UnitMatrixOfDimension Method |
Returns a unit matrix of the given dimension.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static UnitMatrix OfDimension(
int n
)
Public Shared Function OfDimension (
n As Integer
) As UnitMatrix
public:
static UnitMatrix^ OfDimension(
int n
)
static member OfDimension :
n : int -> UnitMatrix
Parameters
- n
- Type: SystemInt32
The dimension of the matrix.
Return Value
Type:
UnitMatrixA read-only unit matrix of dimension
n.
Exceptions See Also