Developer documentation

tensor_convert.hpp File Reference

Go to the source code of this file.

Namespaces

 mmx
 
 mmx::tensor
 namespace for representation of polynomials as dense tensor product.
 

Typedefs

typedef tensor::eenv mmx::tensor::eenv
 

Functions

template<class MPLBASE , class C >
void mmx::tensor::scadd (MPLBASE &mpl, const C &c)
 
template<class MPLBASE , class MPLBASE1 , class C >
void mmx::tensor::scadd (MPLBASE &r, const MPLBASE1 &a, const C &c)
 
template<class MPLBASE0 , class MPLBASE1 >
void mmx::tensor::conv (MPLBASE0 &r, const MPLBASE1 &a)
 
template<class MPLBASE0 , class MPLBASE1 , class MPLBASE2 >
void mmx::tensor::conv (MPLBASE0 &r, const MPLBASE1 &a, const MPLBASE2 &b)
 
template<class UPOL , class MPOL >
UPOL mmx::tensor::convert (const MPOL &p, unsigned v)
 
Home