QRGetRank Method (Double) |
Returns the rank of the matrix given an input tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int GetRank(
double tolerance
)
Public Function GetRank (
tolerance As Double
) As Integer
public:
int GetRank(
double tolerance
)
member GetRank :
tolerance : float -> int
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