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; }
Public ReadOnly Property ConditionNumber As Double
Get
public:
property double ConditionNumber {
double get ();
}
member ConditionNumber : float with get
Property Value
Type:
DoubleRemarks The condition number is the ratio of the largest singular value to smallest singular value. It is therefore always larger than one.
See Also