Developer documentation

solver_mv_fatarcs.cpp File Reference
#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< Cbox_t
 
typedef Seq< box_tseqbox_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)
 

Macro Definition Documentation

#define TODOUBLE   as<double>

Typedef Documentation

typedef double C

Function Documentation

void close_axel ( std::ofstream &  file)
int main ( int  argc,
char **  argv 
)
void open_axel ( std::ofstream &  file,
char *  fname 
)
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 writearc_axel ( std::ofstream &  file,
arc_rep< C circ,
domain< C box 
)
template<class C >
void writepoint_axel ( std::ofstream &  file,
Seq< domain< C > >  boxes 
)
template<class C >
void writepoly_axel ( std::ofstream &  file,
Seq< std::string >  Sd,
domain< C dom 
)
Home