Click or drag to resize

SvdTConditionNumber Property

Gets the condition number max(S) / min(S)

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract T ConditionNumber { get; }

Return Value

T
The condition number.
See Also