Return an estimate of the reciprocal of the L1 condition number.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Condition(
	Complex[,] a
)
Visual Basic (Declaration)
Public Function Condition ( _
	a As Complex(,) _
) As Double
Visual C++
public:
double Condition(
	array<Complex,2>^ a
)

Parameters

a
Type: array< Imsl.Math..::.Complex ,2>[,](,)[,]
A Complex matrix.

Return Value

A double scalar value representing the estimate of the reciprocal of the L1 condition number of the matrix a.

See Also