Private Member Functions | |
Expression_minus (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) |
MP_expression | operator- (const MP_expression &e1, const Constant &e2) |
MP_expression | operator- (const Constant &e1, const MP_expression &e2) |
Definition at line 70 of file MP_expression.cpp.
flopc::Expression_minus::Expression_minus | ( | const MP_expression & | e1, | |
const MP_expression & | e2 | |||
) | [inline, private] |
Definition at line 75 of file MP_expression.cpp.
void flopc::Expression_minus::generate | ( | const MP_domain & | domain, | |
vector< Constant > | multiplicators, | |||
GenerateFunctor & | f, | |||
double | m | |||
) | const [inline, private] |
Definition at line 80 of file MP_expression.cpp.
References flopc::Expression_operator::left, and flopc::Expression_operator::right.
double flopc::Expression_minus::level | ( | ) | const [inline, private, virtual] |
Implements flopc::MP_expression_base.
Definition at line 77 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 subtracts an MP_expression from a Constant, and forms a new MP_expression
MP_expression operator- | ( | const MP_expression & | e1, | |
const Constant & | e2 | |||
) | [friend] |
Operator which subtracts a Constant from an MP_expression, and forms a new MP_expression
MP_expression operator- | ( | const MP_expression & | e1, | |
const MP_expression & | e2 | |||
) | [friend] |
Operator which subtracts an MP_expression from an MP_expression, and forms a new MP_expression