UnitMatrixOfDimension Method
            Returns a unit matrix of the given dimension.
            
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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 
- n  Int32
 - The dimension of the matrix.
 
UnitMatrixA read-only unit matrix of dimension 
n.