Click or drag to resize

FloatMatrixIdentity Method

Returns an identity matrix of the specified size.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatMatrix Identity(
	int order
)

Parameters

order  Int32
The order of the matrix.

Return Value

FloatMatrix
A square order x order matrix with ones on the main diagonal and zeros elsewhere.
See Also