|
template<class T , class R > |
void | capd::autodiff::HalfIntPow::evalC0 (const T *left, const T *right, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPow::evalC0HomogenousPolynomial (const T *left, const T *right, R result) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPow::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::HalfIntPow::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::HalfIntPowFunTime::evalC0 (const T *left, const T *right, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowFunTime::evalC0HomogenousPolynomial (const T *left, const T *right, R result) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowFunTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowFunTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowTime::evalC0 (const T *left, const T *right, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowTime::evalC0HomogenousPolynomial (const T *left, const T *right, R result) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowConst::evalC0 (const T *left, const T *right, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowConst::evalC0HomogenousPolynomial (const T *left, const T *right, R result) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowConst::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::HalfIntPowConst::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|