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 | |
![]() | |
virtual int | getStage () const |
virtual int | stage () const |
![]() | |
Constant_base () | |
virtual | ~Constant_base () |
![]() | |
Functor () | |
virtual | ~Functor () |
![]() | |
int | count |
Definition at line 254 of file MP_constant.cpp.
Definition at line 257 of file MP_constant.cpp.
|
inlineprivatevirtual |
Implements flopc::Constant_base.
Definition at line 261 of file MP_constant.cpp.
|
inlineprivatevirtual |
Implements flopc::Functor.
Definition at line 258 of file MP_constant.cpp.
Returns the sum of two constants.
i | MP_domain used in evaluation |
e | constant |
Definition at line 281 of file MP_constant.cpp.
|
private |
Definition at line 267 of file MP_constant.cpp.
|
private |
Definition at line 268 of file MP_constant.cpp.
|
mutableprivate |
Definition at line 269 of file MP_constant.cpp.