ASL  0.1.7
Advanced Simulation Library
Classes | Namespaces | Functions
aclMatrixOfElements.h File Reference
#include "aclVectorOfElementsDef.h"
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

 acl
 Advanced Computational Language.
 

Functions

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...