| ComplexLUSolve Method |
| Name | Description | |
|---|---|---|
| Solve(Complex) |
Return the solution x of the linear system Ax = bi> using
the LU factorization of A, where A is the input matrix
a.
| |
| Solve(Complex, Complex) |
Return the solution x of the linear system Ax = b using
the LU factorization of A.
|