include/realroot/solver_uv_sleeve.hpp File Reference
#include <realroot/IEEE754.hpp>
#include <realroot/texp_bool.hpp>
#include <realroot/array.hpp>
#include <realroot/solver.hpp>
#include <realroot/solver_binary.hpp>
#include <realroot/ring_bernstein_tensor.hpp>
#include <realroot/ring_monomial_tensor.hpp>
Go to the source code of this file.
Classes
Namespaces
- namespace mmx
- namespace mmx::let
Namespace for explicit type conversion.
Defines
- #define TMPL template<class C, class V>
- #define SOLVER solver<C, Sleeve<V> >
Functions
- template<class C , class D > void assign (sleeve_rep< C > &f, const polynomial< D, with< Bernstein > > &p)
- template<class C , class D > void assign (sleeve_rep< C > &f, const polynomial< D, with< MonomialTensor > > &p)
- template<class POL , class M , class B > solver< B, Sleeve< M > >::Solutions solve (const POL &p, const Sleeve< M > &slv, const B &u, const B &v)
- template<class POL , class M > solver< typename POL::Scalar,
Sleeve< M > >::Solutions solve (const POL &p, const Sleeve< M > &slv)
Define Documentation
#define SOLVER solver<C, Sleeve<V> > |
#define TMPL template<class C, class V> |