Developer documentation

polynomial_sparse.hpp File Reference

Go to the source code of this file.

Classes

struct  mmx::use< A, B >
 
struct  mmx::polynomial< C, V >
 
struct  mmx::with< V, W >
 
struct  mmx::Sparse
 
struct  mmx::default_variant_of< Sparse >
 
struct  mmx::use< polynomial_of, polynomial< C, with< Sparse, O > > >
 
struct  mmx::ring< C, Sparse, O >
 Ring of sparse polynomials. More...
 

Namespaces

 mmx
 

Macros

#define TMPL   template<class C, class O>
 
#define RING   ring<C, Sparse, O >
 

Functions

template<class C , class O >
C mmx::sample (const RING &rg)
 

Macro Definition Documentation

#define RING   ring<C, Sparse, O >
#define TMPL   template<class C, class O>
Home