IMSL C# Numerical Library

QR.GetRank Method

Returns the rank of a matrix.

Overload List

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);

See Also

QR Class | Imsl.Math Namespace