LinearOperator<T>.Rank Method

Returns the numerical rank of a matrix.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Rank()

Return Value

Int32
An integer indicating the numerical rank of the matrix.

Remarks

This method uses the default tolerance to determine rank.

See Also