IMSL C# Numerical Library

SVD.Rank Property

Returns the rank of the matrix used to construct this instance.

public int Rank {get;}

Property Value

An int scalar containing the rank of the matrix used to construct this instance. The estimated rank of the input matrix is the number of singular values which are larger than a tolerance.

See Also

SVD Class | Imsl.Math Namespace