Returns the rank of the matrix used to construct this instance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int GetRank()
Visual Basic (Declaration)
Public Function GetRank As Integer
Visual C++
public:
int GetRank()

Return Value

An int specifying the rank of the matrix used to construct this instance.

See Also