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()
Public Function ToSquareMatrix As SquareMatrix
public:
SquareMatrix^ ToSquareMatrix()
member ToSquareMatrix : unit -> SquareMatrix
Return Value
Type:
SquareMatrixAn independent, square matrix with the same entries.
See Also