Return an estimate of the reciprocal of the
condition number of a matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Condition(
double[,] a
)
Public Function Condition (
a As Double(,)
) As Double
public:
double Condition(
array<double,2>^ a
)
member Condition :
a : float[,] -> float
Parameters
- a
- Type: SystemDouble
The double square matrix for which the reciprocal of
the condition number is desired.
Return Value
Type:
Double
A
double value representing an estimate of the reciprocal of
the
condition number of the matrix.
See Also