Go to the source code of this file.
Classes | |
struct | mmx::tensor::bernstein< C > |
struct | mmx::use< A, B > |
struct | mmx::use< operators_of, Polynomial > |
Namespaces | |
mmx | |
mmx::tensor | |
namespace for representation of polynomials as dense tensor product. | |
Macros | |
#define | TMPL template<class C> |
#define | Polynomial bernstein<C> |
#define | Polynomial tensor::bernstein<C> |
#define | TMPL template<class C> |
Functions | |
template<class C > | |
unsigned | mmx::tensor::size (const bernstein< C > &p) |
template<class C > | |
int | mmx::tensor::degree (const bernstein< C > &p) |
template<class C > | |
int | mmx::tensor::degree (const bernstein< C > &p, int v) |
TMPL Polynomial | mmx::tensor::diff (const Polynomial &p, int v) |
template<class C , class U > | |
void | mmx::tensor::coefficients (Seq< U > &r, const Polynomial &p, int v) |
#define Polynomial bernstein<C> |
#define Polynomial tensor::bernstein<C> |
#define TMPL template<class C> |
#define TMPL template<class C> |