FLOPC++
|
Private Member Functions | |
Constant_min (const MP_domain &i, const Constant &e) | |
void | operator() () const |
double | evaluate () const |
Private Attributes | |
MP_domain | d |
Constant | exp |
double | the_min |
Friends | |
Constant | minimum (const MP_domain &i, const Constant &e) |
Returns the sum of two constants. |
Additional Inherited Members | |
![]() | |
virtual double | evaluate () const =0 |
virtual int | getStage () const |
virtual int | stage () const |
![]() | |
virtual void | operator() () const =0 |
![]() | |
Constant_base () | |
virtual | ~Constant_base () |
![]() | |
Functor () | |
virtual | ~Functor () |
Functor (const Functor &) | |
![]() | |
int | count |
Definition at line 249 of file MP_constant.cpp.
Definition at line 252 of file MP_constant.cpp.
|
inlineprivate |
Definition at line 259 of file MP_constant.cpp.
References d, flopc::MP_domain::forall(), and the_min.
|
inlineprivate |
Definition at line 253 of file MP_constant.cpp.
Returns the sum of two constants.
i | MP_domain used in evaluation |
e | second constant |
Definition at line 309 of file MP_constant.cpp.
|
private |
Definition at line 265 of file MP_constant.cpp.
Referenced by evaluate().
|
private |
Definition at line 266 of file MP_constant.cpp.
Referenced by operator()().
|
mutableprivate |
Definition at line 267 of file MP_constant.cpp.
Referenced by evaluate(), and operator()().