Returns the numerical rank of a matrix.
Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Function Rank As Integer
|
| Visual C++ |
public:
int Rank()
|
| F# |
member Rank : unit -> int
|
Return Value
An integer indicating the numerical rank of the matrix.
Remarks
See Also