GeneralizedSingularValueDecomposition<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#
public int Rank { get; protected set; }

Return Value

Int32
An integer indicating the numerical rank of the matrix [ATBT]T.

See Also