#include <realroot/sign_variation.hpp>
#include <realroot/Interval.hpp>
#include <realroot/Seq.hpp>
#include <realroot/polynomial_bernstein.hpp>
Go to the source code of this file.
Namespaces
Defines
- #define Polynomial polynomial<C, with<Bernstein> >
Functions
- template<class C > bool not_const_sign (const polynomial< C, with< Bernstein > > &f)
- template<class C > C eval (const polynomial< C, with< Bernstein > > &f, const C &x)
- template<class B , class C > void separate_roots (Seq< Interval< B > > &L, const polynomial< C, with< Bernstein > > &bf, const polynomial< C, with< Bernstein > > &bg, double eps)
- template<class C > int topological_degree (const polynomial< C, with< Bernstein > > &f, const polynomial< C, with< Bernstein > > &g)
Define Documentation
#define Polynomial polynomial<C, with<Bernstein> > |