Permutation Matrix.Rank Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Returns the numerical rank of the matrix.
Overload List
| Rank() | Returns the numerical rank of a matrix. |
| Rank( | Returns the numerical rank of a matrix using the specified tolerance. |
Rank(Double)
Returns the numerical rank of a matrix using the specified tolerance.
public override int Rank(
double tolerance
)Parameters
- tolerance Double
Return Value
Int32An integer indicating the numerical rank of the matrix.
Remarks
A permutation matrix always has full rank.