Click or drag to resize
QRGetRank Method (Double)
Returns the rank of the matrix given an input tolerance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int GetRank(
	double tolerance
)

Parameters

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

Return Value

Type: Int32
An int specifying the rank of the matrix.
See Also