#include <vector>
#include <set>
#include "MP_domain.hpp"
#include "MP_constant.hpp"
#include "MP_utilities.hpp"
Go to the source code of this file.
|
| flopc |
| All flopc++ code is contained within the flopc namespace.
|
|
|
MP_expression | flopc::operator+ (const MP_expression &e1, const MP_expression &e2) |
|
MP_expression | flopc::operator+ (const MP_expression &e1, const Constant &e2) |
|
MP_expression | flopc::operator+ (const Constant &e1, const MP_expression &e2) |
|
MP_expression | flopc::operator- (const MP_expression &e1, const MP_expression &e2) |
|
MP_expression | flopc::operator- (const MP_expression &e1, const Constant &e2) |
|
MP_expression | flopc::operator- (const Constant &e1, const MP_expression &e2) |
|
MP_expression | flopc::operator* (const Constant &e1, const MP_expression &e2) |
|
MP_expression | flopc::operator* (const MP_expression &e1, const Constant &e2) |
|
MP_expression | flopc::operator/ (const MP_expression &e1, const Constant &e2) |
|
MP_expression | flopc::sum (const MP_domain &d, const MP_expression &e) |
|