Click or drag to resize

MatrixTNullity Method

Calculates the nullity of the matrix.

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

Return Value

Int32
effective numerical nullity, obtained from SVD
See Also