create_scaled_matrix

MatrixContainer.create_scaled_matrix(scale: float) MatrixContainer[source]

Create a matrix container with a scaled matrix.

Parameters:

scale (float) – The scale.

Returns:

The scaled matrix.

Return type:

MatrixContainer