Click or drag to resize
ComplexLUCondition Method
Return an estimate of the reciprocal of the L_1 condition number.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Condition(
	Complex[,] a
)

Parameters

a
Type: Imsl.MathComplex
A Complex matrix.

Return Value

Type: Double
A double scalar value representing the estimate of the reciprocal of the L_1 condition number of the matrix A, where A is a.
See Also