#include <fstream>#include <ctime>#include <limits>#include <vector>#include <realroot/GMP.hpp>#include <realroot/Seq.hpp>#include <realroot/polynomial_xml.hpp>#include <realroot/solver_fatarcs.hpp>Macros | |
| #define | TODOUBLE as<double> |
Typedefs | |
| typedef double | C |
| typedef domain< C > | box_t |
| typedef Seq< box_t > | seqbox_t |
| typedef polynomial< C, with< Bernstein > > | bernstein_t |
Functions | |
| void | open_axel (std::ofstream &file, char *fname) |
| void | close_axel (std::ofstream &file) |
| template<class C > | |
| void | writepoly_axel (std::ofstream &file, Seq< std::string > Sd, domain< C > dom) |
| template<class C > | |
| void | write_axelb1 (std::ofstream &file, Seq< domain< C > > d) |
| template<class C > | |
| void | write_axelb2 (std::ofstream &file, Seq< domain< C > > d) |
| template<class C > | |
| void | writepoint_axel (std::ofstream &file, Seq< domain< C > > boxes) |
| template<class C > | |
| void | writearc_axel (std::ofstream &file, arc_rep< C > circ, domain< C > box) |
| int | main (int argc, char **argv) |
| #define TODOUBLE as<double> |
| typedef polynomial< C, with<Bernstein> > bernstein_t |
| typedef double C |
| void close_axel | ( | std::ofstream & | file | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void open_axel | ( | std::ofstream & | file, |
| char * | fname | ||
| ) |