#include <fatarcs.hpp>
Public Types | |
typedef C | coeff_t |
typedef std::vector< coeff_t > | vec_t |
typedef domain< coeff_t > | box_t |
typedef polynomial< coeff_t,with< Bernstein > > | bernstein_t |
typedef polynomial< coeff_t,with< MonomialTensor > > | monom_t |
typedef arc_rep< coeff_t > | arc_rep_t |
Public Member Functions | |
box_rep (bernstein_t p) | |
box_rep (bernstein_t p, box_t bb) | |
bool | not_empty () |
bool | edge_event (int var, int n) |
int | first_nonzero (bernstein_t list, int e) |
bool | corner_event (int c1, int c2) |
Seq< vec_t > | event_list () |
coeff_t | min_grad () |
coeff_t | max_eval (arc_rep_t circ) |
Public Attributes | |
box_t | box |
bernstein_t | poly |
typedef polynomial< coeff_t ,with<Bernstein> > box_rep< C >::bernstein_t |
typedef polynomial< coeff_t ,with<MonomialTensor> > box_rep< C >::monom_t |
|
inline |
|
inline |
|
inline |
bernstein_t box_rep< C >::poly |