TDouble.Identity Method
Builds an identity matrix of size N * N where N == this.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TMatrix Identity()
Public Function Identity As TMatrix
public:
TMatrix^ Identity()
member Identity : unit -> TMatrix
Return Value
TMatrixAn identity matrix.