#include <realroot/variables.hpp>
#include <realroot/texp_bool.hpp>
#include <realroot/monomial_ordering.hpp>
Go to the source code of this file.
Classes | |
struct | mmx::with< V, W > |
struct | mmx::polynomial< C, V > |
struct | mmx::ring< C, B, O > |
Ring of polynomials. More... | |
struct | mmx::default_variant_of< V > |
struct | mmx::ring_of< C > |
Generic ring class. More... | |
struct | mmx::polynomial< C, V > |
struct | mmx::ring_of< polynomial< C, V > > |
struct | mmx::ring_of< polynomial< C, with< V, W > > > |
Namespaces | |
mmx | |
Macros | |
#define | TMPL template<class C, class B, class O> |
#define | SELF ring<C,B,O> |
Functions | |
TMPL C | mmx::sample (const SELF &R) |
Function which returns an element of the ring (here 0). More... | |
#define SELF ring<C,B,O> |
#define TMPL template<class C, class B, class O> |