|
ASL 0.1.7
Advanced Simulation Library
|
#include "aclVectorOfElementsDef.h"

Go to the source code of this file.
Classes | |
| class | acl::MatrixOfElements |
| The class represents a matrix elements of ::Element. More... | |
Namespaces | |
| namespace | acl |
| Advanced Computational Language. | |
Functions | |
| VectorOfElements | acl::solveSystem (const MatrixOfElements &a, const VectorOfElements &b) |
| returns solution of a system of linear equations | |
| 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 | |
| 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 | |