Returns the rank of a matrix.
Returns the rank of the matrix used to construct this instance.
public int GetRank();
Returns the rank of the matrix given an input tolerance.
public int GetRank(double);
QR Class | Imsl.Math Namespace