|
FLOPC++
|
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. More... | |
Additional Inherited Members | |
Public Member Functions inherited from flopc::Constant_base | |
| virtual int | getStage () const |
| virtual int | stage () const |
Protected Member Functions inherited from flopc::Constant_base | |
| Constant_base () | |
| virtual | ~Constant_base () |
Protected Member Functions inherited from flopc::Functor | |
| Functor () | |
| virtual | ~Functor () |
| Functor (const Functor &) | |
Protected Attributes inherited from flopc::Constant_base | |
| int | count |
Definition at line 288 of file MP_constant.cpp.
Definition at line 291 of file MP_constant.cpp.
|
inlineprivatevirtual |
Implements flopc::Constant_base.
Definition at line 295 of file MP_constant.cpp.
References d, flopc::MP_domain::forall(), and the_product.
|
inlineprivatevirtual |
Implements flopc::Functor.
Definition at line 292 of file MP_constant.cpp.
References exp, and the_product.
Returns the sum of two constants.
| i | MP_domain used in evaluation |
| e | constant |
Definition at line 315 of file MP_constant.cpp.
|
private |
Definition at line 301 of file MP_constant.cpp.
Referenced by evaluate().
|
private |
Definition at line 302 of file MP_constant.cpp.
Referenced by operator()().
|
mutableprivate |
Definition at line 303 of file MP_constant.cpp.
Referenced by evaluate(), and operator()().
1.8.5