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