|
template<class T , class R > |
void | capd::autodiff::Cube::evalC0 (const T *left, T *right, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::Cube::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::Cube::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::Cube::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::CubeFunTime::evalC0 (const T *left, T *right, R result, unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::CubeFunTime::evalC0HomogenousPolynomial (const T *left, const T *right, R result) |
|
template<class T , class R > |
void | capd::autodiff::CubeFunTime::eval (const unsigned, const T *left, T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::CubeFunTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::CubeTime::evalC0 (const T *left, const T *, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::CubeTime::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::CubeTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::CubeTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|
template<class T , class R > |
void | capd::autodiff::CubeConst::evalC0 (const T *left, const T *, R result, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::CubeConst::evalC0HomogenousPolynomial (const T *left, const T *, R result) |
|
template<class T , class R > |
void | capd::autodiff::CubeConst::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo) |
|
template<class T , class R > |
void | capd::autodiff::CubeConst::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned) |
|