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

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

Parameters

a
Type: SystemDouble
The double square matrix for which the reciprocal of the L_1 condition number is desired.

Return Value

Type: Double
A double value representing an estimate of the reciprocal of the L_1 condition number of the matrix.
See Also