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

Overload List

NameDescription
Solve(array<Complex>[]()[])
Return the solution x of the linear system ax = b using the LU factorization of a.
Solve(array<Complex,2>[,](,)[,], array<Complex>[]()[])
Return the solution x of the linear system ax = b using the LU factorization of a.

See Also