#include <solver.hpp>
Public Types | |
typedef solver_of< C, M > | MTH |
typedef MTH::Cell | Cell |
typedef MTH::Strategy | Strategy |
typedef MTH::Solutions | Solutions |
Public Member Functions | |
template<class FT , class POL > | |
Seq< std::vector< FT > > | solve (Seq< POL > &p, Seq< Interval< base_t > > &dom) |
Static Public Member Functions | |
template<class POL > | |
static Solutions | solve (const POL &p) |
template<class POL , class DOM > | |
static Solutions | solve (const POL &p, const DOM &dmn) |
typedef MTH::Cell mmx::solver< C, M >::Cell |
typedef solver_of<C,M> mmx::solver< C, M >::MTH |
typedef MTH::Solutions mmx::solver< C, M >::Solutions |
typedef MTH::Strategy mmx::solver< C, M >::Strategy |
|
inlinestatic |
|
inlinestatic |
Seq< std::vector<FT> > mmx::solver< C, M >::solve | ( | Seq< POL > & | p, |
Seq< Interval< base_t > > & | dom | ||
) |
Approximates the first positive root of the polynomial p in the interval (u,v).