CAPD::DynSys Library  6.0.0
EvalQuarticPow.h File Reference

Classes

class  capd::autodiff::QuarticNode< T >
 
class  capd::autodiff::QuarticTimeNode< T >
 
class  capd::autodiff::QuarticFunTimeNode< T >
 
class  capd::autodiff::QuarticConstNode< T >
 

Namespaces

 capd
 
 capd::autodiff
 
 capd::autodiff::Quartic
 
 capd::autodiff::QuarticFunTime
 
 capd::autodiff::QuarticTime
 
 capd::autodiff::QuarticConst
 

Functions

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)
 

Detailed Description

Author
Daniel Wilczak