Click or drag to resize
ComplexLU Constructor
Creates the LU factorization of a square matrix of type Complex.

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

Parameters

a
Type: Imsl.MathComplex
The Complex square matrix to be factored.
Exceptions
ExceptionCondition
SingularMatrixException is thrown when the input matrix is singular
See Also