ASL  0.1.7
Advanced Simulation Library
Namespaces | Functions
aclVectorOfElementsOperations.h File Reference
#include "aclVectorOfElementsDef.h"

Go to the source code of this file.

Namespaces

 acl
 Advanced Computational Language.
 

Functions

vector< Element > acl::gcNormalize (const VectorOfElements &a)
 generates code corresponding \( \vec a /= |\vec a|\)
More...
 
vector< Element > acl::gcLength2 (const VectorOfElements &a, const VectorOfElements &l2)
 generates code corresponding \( |\vec a|^2 \). Result will be stored in l2
More...
 
vector< Element > acl::gcLength (const VectorOfElements &a, const VectorOfElements &l)
 generates code corresponding \( |\vec a| \). Result will be stored in l
More...
 
VectorOfElements acl::l2 (const VectorOfElements &a)