Return the solution x of the linear system ax = b using the LU
factorization of a.
Overload List
Name | Description | |
---|---|---|
![]() | 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.
|