Developer documentation

ring.hpp File Reference

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...
 

Macro Definition Documentation

#define SELF   ring<C,B,O>
#define TMPL   template<class C, class B, class O>
Home