FLOPC++
|
Private Member Functions | |
Constant_sum (const MP_domain &i, const Constant &e) | |
void | operator() () const |
double | evaluate () const |
Private Attributes | |
MP_domain | d |
Constant | exp |
double | the_sum |
Friends | |
Constant | sum (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 236 of file MP_constant.cpp.
Definition at line 239 of file MP_constant.cpp.
|
inlineprivatevirtual |
Implements flopc::Constant_base.
Definition at line 243 of file MP_constant.cpp.
|
inlineprivatevirtual |
Implements flopc::Functor.
Definition at line 240 of file MP_constant.cpp.
Returns the sum of two constants.
i | MP_domain used in evaluation |
e | constant |
Definition at line 278 of file MP_constant.cpp.
|
private |
Definition at line 249 of file MP_constant.cpp.
|
private |
Definition at line 250 of file MP_constant.cpp.
|
mutableprivate |
Definition at line 251 of file MP_constant.cpp.