|
template<class T , class R > |
void | capd::autodiff::OneMinusSqr::evalC0 (const T *left, const T *, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqr::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqr::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::OneMinusSqr::evalHomogenousPolynomial (const unsigned degree, const T *left, const T *, R result, DagIndexer< T > *dag, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrFunTime::evalC0 (const T *left, const T *right, R result, unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrFunTime::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrFunTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrFunTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrTime::evalC0 (const T *left, const T *, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrTime::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrConst::evalC0 (const T *left, const T *, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrConst::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrConst::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::OneMinusSqrConst::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|