|
template<class T , class R > |
void | capd::autodiff::Quartic::evalC0 (const T *left, T *right, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::Quartic::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::Quartic::eval (const unsigned degree, const T *left, T *right, R result, DagIndexer< T > *dag, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::Quartic::evalHomogenousPolynomial (const unsigned degree, const T *left, T *right, R result, DagIndexer< T > *dag, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::QuarticFunTime::evalC0 (const T *left, T *right, R result, unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::QuarticFunTime::evalC0HomogenousPolynomial (const T *left, const T *right, R result) |
|
template<class T , class R > |
void | capd::autodiff::QuarticFunTime::eval (const unsigned, const T *left, T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::QuarticFunTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::QuarticTime::evalC0 (const T *left, const T *, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::QuarticTime::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::QuarticTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::QuarticTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::QuarticConst::evalC0 (const T *left, const T *, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::QuarticConst::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::QuarticConst::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::QuarticConst::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|