Go to the source code of this file.
|
| struct | mmx::Dual |
| |
| struct | mmx::use< A, B > |
| |
| struct | mmx::polynomial< C, V > |
| |
| struct | mmx::with< V, W > |
| |
| struct | mmx::use< polynomial_of, polynomial< C, with< Dual, O > > > |
| |
| struct | mmx::ring< C, Dual, O > |
| | Dual ring of the polynomials. More...
|
| |
| struct | mmx::mul_helper< polynomial< C, with< Sparse, O > >, polynomial< C, with< Dual, O > > > |
| |
| struct | mmx::mul_helper< polynomial< C, with< Dual, O > >, polynomial< C, with< Sparse, O > > > |
| |
|
| #define | TMPL template<class C, class O> |
| |
| #define | RING ring<C,Dual,O> |
| |
| #define | RING_POL ring<C,Sparse,O> |
| |
| #define | POL polynomial<C,with<Sparse,O> > |
| |
| #define | DUALPOL polynomial<C,with<Dual,O> > |
| |
| #define DUALPOL polynomial<C,with<Dual,O> > |
| #define POL polynomial<C,with<Sparse,O> > |
| #define RING ring<C,Dual,O> |
| #define RING_POL ring<C,Sparse,O> |
| #define TMPL template<class C, class O> |