OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Expressions.h
Go to the documentation of this file.
1 #ifndef EXPRESSION_H
2 #define EXPRESSION_H
3 
4 namespace Expressions {
5  double Tgauss(double a);
6  double gauss();
7 }
8 
9 #endif
std::complex< double > a
Representation objects and parsers for attribute expressions.
Definition: Expressions.h:64
double Tgauss(double a)
double gauss()