CAPD::DynSys Library  6.0.0
EvalAcos.h File Reference

Classes

class  capd::autodiff::AcosNode< T >
 
class  capd::autodiff::AcosConstNode< T >
 
class  capd::autodiff::AcosTimeNode< T >
 
class  capd::autodiff::AcosFunTimeNode< T >
 

Namespaces

 capd
 
 capd::autodiff
 
 capd::autodiff::Acos
 
 capd::autodiff::AcosFunTime
 
 capd::autodiff::AcosTime
 
 capd::autodiff::AcosConst
 

Functions

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

Detailed Description

Author
Daniel Wilczak