Click or drag to resize

MatrixTRank Method

Calculates the rank of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual int Rank()

Return Value

Int32
effective numerical rank, obtained from SVD
See Also