CAPD::DynSys Library  6.0.0
EvalExp.h File Reference

Classes

class  capd::autodiff::ExpNode< T >
 
class  capd::autodiff::ExpConstNode< T >
 
class  capd::autodiff::ExpTimeNode< T >
 
class  capd::autodiff::ExpFunTimeNode< T >
 

Namespaces

 capd
 
 capd::autodiff
 
 capd::autodiff::Exp
 
 capd::autodiff::ExpFunTime
 
 capd::autodiff::ExpTime
 
 capd::autodiff::ExpConst
 

Functions

template<class T , class R >
void capd::autodiff::Exp::evalC0 (const T *left, const T *, R result, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::Exp::evalC0HomogenousPolynomial (const T *left, const T *, R result)
 
template<class T , class R >
void capd::autodiff::Exp::evalC1HomogenousPolynomial (const T *left, R result, const unsigned dim, const unsigned order, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::Exp::evalMultiindex (const T *left, R result, DagIndexer< T > *dag, const MultiindexData *i, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::Exp::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::Exp::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::ExpFunTime::evalC0 (const T *left, const T *right, R result, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::ExpFunTime::evalC0HomogenousPolynomial (const T *left, const T *, R result)
 
template<class T , class R >
void capd::autodiff::ExpFunTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::ExpFunTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned)
 
template<class T , class R >
void capd::autodiff::ExpTime::evalC0 (const T *left, const T *, R result, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::ExpTime::evalC0HomogenousPolynomial (const T *left, const T *, R result)
 
template<class T , class R >
void capd::autodiff::ExpTime::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::ExpTime::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned)
 
template<class T , class R >
void capd::autodiff::ExpConst::evalC0 (const T *left, const T *, R result, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::ExpConst::evalC0HomogenousPolynomial (const T *left, const T *, R result)
 
template<class T , class R >
void capd::autodiff::ExpConst::eval (const unsigned, const T *left, const T *right, R result, DagIndexer< T > *, const unsigned coeffNo)
 
template<class T , class R >
void capd::autodiff::ExpConst::evalHomogenousPolynomial (const unsigned, const T *, const T *, R, DagIndexer< T > *, const unsigned)
 

Detailed Description

Author
Daniel Wilczak