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