Click or drag to resize

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()

Return Value

Type: SquareMatrix
An independent, write-able copy of the unit matrix.
See Also