|
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 | evalC1HomogenousPolynomial (const T *left, const T *right, R result, const unsigned dim, const unsigned order, const unsigned coeffNo) |
|
template<class T , class R > |
void | evalC2HomogenousPolynomial (const T *left, const T *right, R result, const unsigned dim, const unsigned order, const unsigned coeffNo) |
| hand optimized code for second order jet propagation of division More...
|
|
template<class T , class R > |
void | evalC3HomogenousPolynomial (const T *left, const T *right, R result, const unsigned dim, const unsigned order, const unsigned coeffNo) |
| hand optimized code for third order jet propagation of division More...
|
|
template<class T , class R > |
void | evalMultiindex (const T *left, const T *right, R result, const MultiindexData *i, const unsigned coeffNo) |
|
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) |
|