Return the solution x of the linear system ax = b using the LU factorization of a.
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[]);
ComplexLU Class | Imsl.Math Namespace