Generalized Singular Value Decomposition<T>.Rank Property
Returns the numerical rank of a matrix using the specified tolerance.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An integer indicating the numerical rank of the matrix [ATBT]T.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int Rank { get; protected set; }
Return Value
Int32An integer indicating the numerical rank of the matrix [ATBT]T.