

Private Member Functions | |
| Constant_product (const MP_domain &i, const Constant &e) | |
| void | operator() () const |
| double | evaluate () const |
Private Attributes | |
| MP_domain | d |
| Constant | exp |
| double | the_product |
Friends | |
| Constant | product (const MP_domain &i, const Constant &e) |
| Returns the sum of two constants. | |
Definition at line 251 of file MP_constant.cpp.
| flopc::Constant_product::Constant_product | ( | const MP_domain & | i, | |
| const Constant & | e | |||
| ) | [inline, private] |
Definition at line 254 of file MP_constant.cpp.
| double flopc::Constant_product::evaluate | ( | ) | const [inline, private, virtual] |
Implements flopc::Constant_base.
Definition at line 258 of file MP_constant.cpp.
References d, flopc::MP_domain::Forall(), and the_product.
| void flopc::Constant_product::operator() | ( | ) | const [inline, private, virtual] |
Implements flopc::Functor.
Definition at line 255 of file MP_constant.cpp.
References exp, and the_product.
MP_domain flopc::Constant_product::d [private] |
Definition at line 264 of file MP_constant.cpp.
Referenced by evaluate().
Constant flopc::Constant_product::exp [private] |
Definition at line 265 of file MP_constant.cpp.
Referenced by operator()().
double flopc::Constant_product::the_product [mutable, private] |
Definition at line 266 of file MP_constant.cpp.
Referenced by evaluate(), and operator()().
1.6.1