IMSL C# Numerical Library

ComplexLU Constructor 

Creates the LU factorization of a square matrix of type Complex.

public ComplexLU(
   Complex[,] a
);

Parameters

a
The Complex square matrix to be factored.

Exceptions

Exception Type Condition
SingularMatrixException is thrown when the input matrix is singular

See Also

ComplexLU Class | Imsl.Math Namespace