Go to the source code of this file.
|
| acl |
| Advanced Computational Language.
|
|
|
VectorOfElements | acl::solveSystem (const MatrixOfElements &a, const VectorOfElements &b) |
| returns solution of a system of linear equations More...
|
|
vector< Element > | acl::gcSolveSystem (const MatrixOfElements &a, const VectorOfElements &b, const VectorOfElements &x) |
| generates code for solving the solution of a system of linear equations More...
|
|
vector< Element > | acl::gcSolveSystemCG (const MatrixOfElements &a, const VectorOfElements &b, const VectorOfElements &x) |
| generates code for solving the solution of a system of linear equations More...
|
|