Click or drag to resize

SymmetricMatrixToSquareMatrix Method

Copies the matrix entries into an independent square matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SquareMatrix ToSquareMatrix()

Return Value

Type: SquareMatrix
An independent, square matrix with the same entries.
See Also