Calculates an estimate for the condition
number of this matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public override double EstimateConditionNumber()
|
| Visual Basic (Declaration) |
Public Overrides Function EstimateConditionNumber As Double
|
| Visual C++ |
public:
virtual double EstimateConditionNumber() override
|
| F# |
abstract EstimateConditionNumber : unit -> float
override EstimateConditionNumber : unit -> float
|
Return Value
An estimate for the condition number of
the
Matrix.
Remarks
See Also