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

Return Value

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

See Also