Go to the source code of this file.
Namespaces
- namespace mmx
- namespace mmx::tensor
namespace for representation of polynomials as dense tensor product.
Typedefs
- typedef tensor::eenv eenv
Functions
- template<class MPLBASE , class C > void scadd (MPLBASE &mpl, const C &c)
- template<class MPLBASE , class MPLBASE1 , class C > void scadd (MPLBASE &r, const MPLBASE1 &a, const C &c)
- template<class MPLBASE0 , class MPLBASE1 > void conv (MPLBASE0 &r, const MPLBASE1 &a)
- template<class MPLBASE0 , class MPLBASE1 , class MPLBASE2 > void conv (MPLBASE0 &r, const MPLBASE1 &a, const MPLBASE2 &b)
- template<class UPOL , class MPOL > UPOL convert (const MPOL &p, unsigned v)