Private Member Functions | |
Expression_plus (const MP_expression &e1, const MP_expression &e2) | |
double | level () const |
void | generate (const MP_domain &domain, vector< Constant > multiplicators, GenerateFunctor &f, double m) const |
Friends | |
MP_expression | operator+ (const MP_expression &e1, const MP_expression &e2) |
Operator which sums two MP_expressions, forms a new MP_expression. | |
MP_expression | operator+ (const MP_expression &e1, const Constant &e2) |
MP_expression | operator+ (const Constant &e1, const MP_expression &e2) |
Definition at line 49 of file MP_expression.cpp.
flopc::Expression_plus::Expression_plus | ( | const MP_expression & | e1, | |
const MP_expression & | e2 | |||
) | [inline, private] |
Definition at line 54 of file MP_expression.cpp.
void flopc::Expression_plus::generate | ( | const MP_domain & | domain, | |
vector< Constant > | multiplicators, | |||
GenerateFunctor & | f, | |||
double | m | |||
) | const [inline, private, virtual] |
Implements flopc::MP_expression_base.
Definition at line 59 of file MP_expression.cpp.
References flopc::Expression_operator::left, and flopc::Expression_operator::right.
double flopc::Expression_plus::level | ( | ) | const [inline, private, virtual] |
Implements flopc::MP_expression_base.
Definition at line 56 of file MP_expression.cpp.
References flopc::Expression_operator::left, and flopc::Expression_operator::right.
MP_expression operator+ | ( | const Constant & | e1, | |
const MP_expression & | e2 | |||
) | [friend] |
Operator which sums a constant and an MP_expression , and forms a new MP_expression
Definition at line 147 of file MP_expression.cpp.
MP_expression operator+ | ( | const MP_expression & | e1, | |
const Constant & | e2 | |||
) | [friend] |
Operator which sums an MP_expression and a constant, and forms a new MP_expression
Definition at line 144 of file MP_expression.cpp.
MP_expression operator+ | ( | const MP_expression & | e1, | |
const MP_expression & | e2 | |||
) | [friend] |
Operator which sums two MP_expressions, forms a new MP_expression.
Definition at line 141 of file MP_expression.cpp.