Returns the rank of the matrix given an input tolerance.

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

Syntax

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

Parameters

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

Return Value

An int specifying the rank of the matrix.

See Also