Geophysical Inversion and Modelling Library
v1.5.2-5-g042d7f36
|
Public Member Functions | |
Expr (const A &a) | |
template<class ValueType > | |
ValueType | operator() (const ValueType &x) const |
template<class ValueType > | |
ValueType | operator() (const ValueType &x, const ValueType &y) const |
template<class ValueType > | |
ValueType | operator() (const ValueType &x, const ValueType &y, const ValueType &z) const |
Expr is a wrapper class which contains a more interesting expression type, such as ExprIdentity, ExprLiteral, unary (UnaryExprOp) or binaray expression operator (BinaryExprOp).