TDouble.Identity Method

Builds an identity matrix of size N * N where N == this.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TMatrix Identity()

Return Value

TMatrix
An identity matrix.

Exceptions

GeneralExceptionThrown unless this is integer.

See Also