OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
Expressions/Expressions.h
Go to the documentation of this file.
1#ifndef EXPRESSION_H
2#define EXPRESSION_H
3
4namespace Expressions {
5 double Tgauss(double a);
6 double gauss();
7}
8
9#endif
Representation objects and parsers for attribute expressions.
double Tgauss(double a)
double gauss()