Returns the numerical rank of a matrix.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function Rank As Integer
C#
public int Rank ()
C++
public:
int Rank ()

Return Value

An integer indicating the numerical rank of the matrix.

Remarks

This method uses the default tolerance to determine rank.