Click or drag to resize

SingularValueDecompositionConditionNumber Property

Gets the condition number of the matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double ConditionNumber { get; }

Property Value

Type: Double
Remarks

The condition number is the ratio of the largest singular value to smallest singular value. It is therefore always larger than one.

See Also