|
| template<class T , class R > |
| void | evalC0 (const T *left, const T *, 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 | evalHelper (const T *left, R result, const unsigned dataSize, const unsigned order, const unsigned shift) |
| |
| template<class T , class R > |
| void | eval (const unsigned degree, const T *left, const T *, R result, DagIndexer< T > *dag, const unsigned coeffNo) |
| |
| template<class T , class R > |
| void | evalHomogenousPolynomial (const unsigned degree, const T *left, const T *, R result, DagIndexer< T > *dag, const unsigned coeffNo) |
| |