#include <basix/glue.hpp>
#include <basix/vector.hpp>
#include <basix/vector_sort.hpp>
#include <numerix/kernel.hpp>
#include <realroot/Seq.hpp>
#include <realroot/Interval_glue.hpp>
#include <realroot/polynomial_tensor.hpp>
#include <realroot/solver_uv_sleeve.hpp>
#include <realroot/solver_uv_continued_fraction.hpp>
#include <realroot/solver_uv_interval_newton.hpp>
Go to the source code of this file.
Classes
Namespaces
Defines
- #define TMPL template<class C>
- #define RING ring<C,MonomialTensor>
- #define POLYNOMIAL polynomial< C, with<MonomialTensor> >
Functions
- template<class C > vector< generic > solver_univariate_contfrac_prec (const polynomial< C, with< MonomialTensor > > &p, const int &prec)
- template<class C > vector< generic > solver_univariate_contfrac (const polynomial< C, with< MonomialTensor > > &p)
- template<class C > vector< generic > solver_univariate_contfrac (const polynomial< C, with< MonomialTensor > > &p, const interval< rational > &D)
- template<class C > vector< generic > solver_univariate_contfrac_approx_prec (const polynomial< C, with< MonomialTensor > > &p, const int &prec)
- template<class C > vector< generic > solver_univariate_contfrac_approx (const polynomial< C, with< MonomialTensor > > &p)
- template<class C > vector< generic > solver_univariate_sleeve (const polynomial< C, with< MonomialTensor > > &p)
- template<class C > interval< floating<> > solver_univariate_newton (const polynomial< C, with< MonomialTensor > > &p, const interval< floating<> > &I)
Define Documentation
#define POLYNOMIAL polynomial< C, with<MonomialTensor> > |
#define RING ring<C,MonomialTensor> |
#define TMPL template<class C> |