UnitMatrixToSquareMatrix Method |
Returns a square matrix with unit matrix entries.
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, write-able copy of the unit matrix.
See Also