IMSL C# Numerical Library

LU Constructor 

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

public LU(
   double[,] a
);

Parameters

a
The double square matrix to be factored.

Exceptions

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

See Also

LU Class | Imsl.Math Namespace