#include <solver_fatarcs.hpp>
Public Types | |
typedef std::vector< C > | vec_t |
typedef domain< C > | box_t |
typedef polynomial< C,with< Bernstein > > | bernstein_t |
typedef box_rep< C > | box_rep_t |
typedef arc_rep< C > | arc_rep_t |
typedef std::stack< box_t > | stbox_t |
typedef Seq< box_t > | seqbox_t |
Public Member Functions | |
solver_mv_fatarcs (bernstein_t p1, bernstein_t p2, C eps) | |
box_t | box_gen (box_rep_t m1, box_rep_t m2, int MTH) |
void | prepro (bernstein_t &pol1, bernstein_t &pol2, vec_t midpt) |
seqbox_t | solver (int MTH) |
SOLVE ROUTINE. More... | |
Public Attributes | |
C | epsilon |
bernstein_t | poly1 |
bernstein_t | poly2 |
typedef arc_rep< C > solver_mv_fatarcs< C >::arc_rep_t |
typedef polynomial< C ,with<Bernstein> > solver_mv_fatarcs< C >::bernstein_t |
typedef box_rep< C > solver_mv_fatarcs< C >::box_rep_t |
typedef domain<C> solver_mv_fatarcs< C >::box_t |
typedef Seq< box_t > solver_mv_fatarcs< C >::seqbox_t |
typedef std::stack< box_t > solver_mv_fatarcs< C >::stbox_t |
typedef std::vector<C> solver_mv_fatarcs< C >::vec_t |
|
inline |
|
inline |
|
inline |
|
inline |
SOLVE ROUTINE.
C solver_mv_fatarcs< C >::epsilon |
bernstein_t solver_mv_fatarcs< C >::poly1 |
bernstein_t solver_mv_fatarcs< C >::poly2 |