|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
Binary expression functor. More...
#include <matheval.hpp>
Classes | |
| struct | result |
| Make boost::phoenix::function happy. More... | |
Public Member Functions | |
| expr_ast< real_t > | operator() (typename binary_op< real_t >::op_t op, expr_ast< real_t > const &lhs, expr_ast< real_t > const &rhs) const |
| Create a new AST containing the binary function. | |
Binary expression functor.
Definition at line 338 of file matheval.hpp.
| struct matheval::detail::binary_expr_::result |
Make boost::phoenix::function happy.
Definition at line 340 of file matheval.hpp.
| Class Members | ||
|---|---|---|
| typedef T | type T | |
|
inline |
Create a new AST containing the binary function.
Definition at line 343 of file matheval.hpp.