CAPD::DynSys Library  6.0.0
EvalThirdPow.h File Reference

Classes

class  capd::autodiff::CubeNode< T >
 
class  capd::autodiff::CubeTimeNode< T >
 
class  capd::autodiff::CubeFunTimeNode< T >
 
class  capd::autodiff::CubeConstNode< T >
 

Namespaces

 capd
 
 capd::autodiff
 
 capd::autodiff::Cube
 
 capd::autodiff::CubeFunTime
 
 capd::autodiff::CubeTime
 
 capd::autodiff::CubeConst
 

Functions

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)
 

Detailed Description

Author
Daniel Wilczak