| 
| template<class T , class R >  | 
| void  | evalC0 (const T *left, T *right, R result, const unsigned coeffNo) | 
|   | 
| template<class T , class R >  | 
| void  | evalC0HomogenousPolynomial (const T *left, const T *, R result) | 
|   | 
| template<class T , class R >  | 
| void  | eval (const unsigned degree, const T *left, T *right, R result, DagIndexer< T > *dag, const unsigned coeffNo) | 
|   | 
| template<class T , class R >  | 
| void  | evalHomogenousPolynomial (const unsigned degree, const T *left, T *right, R result, DagIndexer< T > *dag, const unsigned coeffNo) | 
|   |