#include <solver_mv_monomial.hpp>
Definition at line 467 of file solver_mv_monomial.hpp.
typedef C base_t |
Definition at line 469 of file solver_mv_monomial.hpp.
Approximates the first positive root of the polynomial p.
Definition at line 496 of file solver_mv_monomial.hpp.
References solver_mv_monomial< FT, POL >::approximate(), and mmx::nbvar().
00497 { 00498 00499 unsigned d( p[0].nbvar() ); 00500 realroot::solver_mv_monomial<FT,POL> slv(1e-3); 00501 00502 return slv.approximate(p,d); 00503 }
static Seq< std::vector<FT> > solve | ( | Seq< POL > & | p, | |
Seq< Interval< base_t > > & | dom | |||
) | [inline, static] |