Click or drag to resize

MatrixMathSingularValueDecompositionCondition Property

Gets the condition number of the matrix, defined as the ratio of the largest singular value to the smallest.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double Condition { get; }

Property Value

Double

Implements

ISingularValueDecompositionCondition
See Also