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