include/realroot/solver_uv_continued_fraction.hpp File Reference
#include <realroot/GMP.hpp>
#include <realroot/univariate_bounds.hpp>
#include <realroot/sign_variation.hpp>
#include <realroot/Seq.hpp>
#include <realroot/solver.hpp>
#include <realroot/contfrac_intervaldata.hpp>
#include <realroot/contfrac_lowerbound.hpp>
Go to the source code of this file.
Classes
- struct ContFrac< M >
- struct continued_fraction_isolate< K, B, false_t >
- struct continued_fraction_isolate< K, B, true_t >
- struct continued_fraction_approximate< K, B, false_t >
- struct continued_fraction_approximate< K, B, true_t >
- struct continued_fraction_subdivision< K >
- struct solver_approximate_traits< C, false_t >
- struct solver_approximate_traits< C, true_t >
- struct solver< C, ContFrac< Approximate > >
- struct solver_isolate_traits< C, false_t >
- struct solver_isolate_traits< C, true_t >
- struct solver< C, ContFrac< Isolate > >
Namespaces
Defines
- #define TMPL template<class C, class R, class V>
- #define SOLVER solver<C, ContFrac<R,V> >
Functions
- template<class POL , class M > solver< typename POL::Scalar,
ContFrac< M > >::Solutions solve (const POL &p, const ContFrac< M > &slv)
- template<class POL , class M , class B > solver< typename POL::Scalar,
ContFrac< M > >::Solutions solve (const POL &p, const ContFrac< M > &slv, const B &b1, const B &b2)
Define Documentation
#define SOLVER solver<C, ContFrac<R,V> > |
#define TMPL template<class C, class R, class V> |