ComplexLUCondition Method |
Return an estimate of the reciprocal of the
condition number.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Condition(
Complex[,] a
)
Public Function Condition (
a As Complex(,)
) As Double
public:
double Condition(
array<Complex,2>^ a
)
member Condition :
a : Complex[,] -> float
Parameters
- a
- Type: Imsl.MathComplex
A Complex matrix.
Return Value
Type:
Double
A
double scalar value representing the estimate of the
reciprocal of the
condition number of the
matrix
A, where
A is
a.
See Also