ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
aclMatrixOfElements.h File Reference
Include dependency graph for aclMatrixOfElements.h:
This graph shows which files directly or indirectly include this file:

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< Elementacl::gcSolveSystem (const MatrixOfElements &a, const VectorOfElements &b, const VectorOfElements &x)
 generates code for solving the solution of a system of linear equations
vector< Elementacl::gcSolveSystemCG (const MatrixOfElements &a, const VectorOfElements &b, const VectorOfElements &x)
 generates code for solving the solution of a system of linear equations