TNumber.Rank Method

Computes the rank of a matrix according to the type of obj.
  • In case of TMatrix calculates the rank of the matrix.
  • In case of TSystem applies Rank() to all elements of the system.
  • For any other type of obj throws GeneralException.

Definition

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

Return Value

TNumber
Rank value(s).

Exceptions

GeneralException Thrown unless the type of obj is TMatrix or TSystem.

See Also