IMSL C# Numerical Library

QR.GetRank Method (Double)

Returns the rank of the matrix given an input tolerance.

public int GetRank(
   double tolerance
);

Parameters

tolerance
A double scalar value used in determining the rank of the matrix.

Return Value

An int specifying the rank of the matrix.

See Also

QR Class | Imsl.Math Namespace | QR.GetRank Overload List