IMSL C# Numerical Library

ComplexLU.Solve Method

Return the solution x of the linear system ax = b using the LU factorization of a.

Overload List

Return the solution x of the linear system ax = b using the LU factorization of a.

public Complex[] Solve(Complex[]);

Return the solution x of the linear system ax = b using the LU factorization of a.

public static Complex[] Solve(Complex[,],Complex[]);

See Also

ComplexLU Class | Imsl.Math Namespace