FLOPC++
|
Private Member Functions | |
Constant_if (const MP_boolean b, const Constant &i, const Constant &j) | |
double | evaluate () const |
Private Attributes | |
MP_boolean | B |
Friends | |
Constant | mpif (const MP_boolean &c, const Constant &a, const Constant &b) |
Definition at line 203 of file MP_constant.cpp.
flopc::Constant_if::Constant_if | ( | const MP_boolean | b, |
const Constant & | i, | ||
const Constant & | j | ||
) | [inline, private] |
Definition at line 206 of file MP_constant.cpp.
double flopc::Constant_if::evaluate | ( | ) | const [inline, private, virtual] |
Implements flopc::Constant_base.
Definition at line 207 of file MP_constant.cpp.
References B, flopc::Constant_exp::left, and flopc::Constant_exp::right.
Constant mpif | ( | const MP_boolean & | c, |
const Constant & | a, | ||
const Constant & | b | ||
) | [friend] |
Definition at line 218 of file MP_constant.cpp.
MP_boolean flopc::Constant_if::B [private] |
Definition at line 215 of file MP_constant.cpp.
Referenced by evaluate().