include/realroot/ring_monomial_tensor.hpp File Reference
#include <realroot/Seq.hpp>
#include <realroot/monomial.hpp>
#include <realroot/tensor_monomials.hpp>
#include <realroot/polynomial.hpp>
#include <realroot/ring.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>
- #define RING ring<C, MonomialTensor >
- #define POLYNOMIAL polynomial<C, with<MonomialTensor> >
Functions
- template<class C > Seq< polynomial< C, with
< MonomialTensor > > > coefficients (const polynomial< C, with< MonomialTensor > > &f, const int &v)
- template<class C > Seq< C > coefficients (const polynomial< C, with< MonomialTensor > > &f)
- template<class C , class D > void assign (polynomial< D, with< MonomialTensor > > &p, const polynomial< C, with< MonomialTensor > > &q)
Define Documentation
#define POLYNOMIAL polynomial<C, with<MonomialTensor> > |
#define RING ring<C, MonomialTensor > |
#define TMPL template<class C> |