Developer documentation

solver_mv_monomial.hpp File Reference

Go to the source code of this file.

Classes

class  mmx::realroot::solver_mv_monomial
 
struct  mmx::MCFisolate
 
struct  mmx::MCFapproximate
 
struct  mmx::solver< C, MCFisolate >
 
struct  mmx::solver< C, MCFapproximate >
 

Namespaces

 mmx
 
 mmx::realroot
 

Macros

#define TMPL   template<class POL>
 
#define TMPLF   template<class FT, class POL>
 
#define SOLVER   solver<C,MCFisolate >
 
#define BOX   box_rep<POL>
 
#define N_ITER   50000
 
#define ALLBOXES   0
 
#define VERBOSE   0
 
#define DPOL   polynomial<double,with<MonomialTensor> >
 
#define C_INCLUDE   include1(b,J)
 
#define C_EXCLUDE   exclude3(b)
 

Macro Definition Documentation

#define ALLBOXES   0
#define BOX   box_rep<POL>
#define C_EXCLUDE   exclude3(b)
#define C_INCLUDE   include1(b,J)
#define DPOL   polynomial<double,with<MonomialTensor> >
#define N_ITER   50000
#define SOLVER   solver<C,MCFisolate >
#define TMPL   template<class POL>
#define TMPLF   template<class FT, class POL>
#define VERBOSE   0
Home