casa
$Rev:20696$
|
Partial specialization of EvenPolynomial for AutoDiff
More...
#include <EvenPolynomial.h>
Public Member Functions | |
EvenPolynomial_PS () | |
Constructs one dimensional EvenPolynomials. | |
EvenPolynomial_PS (uInt order) | |
EvenPolynomial_PS (const EvenPolynomial_PS< AutoDiff< T > > &other) | |
Copy constructor (deep copy) | |
template<class W > | |
EvenPolynomial_PS (const EvenPolynomial_PS< W > &other) | |
EvenPolynomial_PS< AutoDiff< T > > & | operator= (const EvenPolynomial_PS< AutoDiff< T > > &other) |
Copy assignment (deep copy) | |
virtual | ~EvenPolynomial_PS () |
Destructor. | |
virtual AutoDiff< T > | eval (typename Function< AutoDiff< T > >::FunctionArg x) const |
Evaluate the polynomial and its derivatives at x wrt to the coefficients. | |
virtual Function< AutoDiff< T > > * | clone () const |
Return a copy of this object from the heap. | |
virtual Function< typename FunctionTraits< AutoDiff< T > >::DiffType > * | cloneAD () const |
virtual Function< typename FunctionTraits< AutoDiff< T > >::BaseType > * | cloneNonAD () const |
Partial specialization of EvenPolynomial for AutoDiff
Warning: The name EvenPolynomial_PS
is only for cxx2html documentation problems; Use EvenPolynomial
in your code;
Definition at line 140 of file EvenPolynomial.h.
casa::EvenPolynomial_PS< AutoDiff< T > >::EvenPolynomial_PS | ( | ) | [inline] |
Constructs one dimensional EvenPolynomials.
Definition at line 147 of file EvenPolynomial.h.
casa::EvenPolynomial_PS< AutoDiff< T > >::EvenPolynomial_PS | ( | uInt | order | ) | [inline, explicit] |
Definition at line 148 of file EvenPolynomial.h.
casa::EvenPolynomial_PS< AutoDiff< T > >::EvenPolynomial_PS | ( | const EvenPolynomial_PS< AutoDiff< T > > & | other | ) | [inline] |
Copy constructor (deep copy)
Definition at line 154 of file EvenPolynomial.h.
casa::EvenPolynomial_PS< AutoDiff< T > >::EvenPolynomial_PS | ( | const EvenPolynomial_PS< W > & | other | ) | [inline] |
Definition at line 157 of file EvenPolynomial.h.
virtual casa::EvenPolynomial_PS< AutoDiff< T > >::~EvenPolynomial_PS | ( | ) | [inline, virtual] |
Destructor.
Definition at line 166 of file EvenPolynomial.h.
virtual Function<AutoDiff<T> >* casa::EvenPolynomial_PS< AutoDiff< T > >::clone | ( | ) | const [inline, virtual] |
Return a copy of this object from the heap.
The caller is responsible for deleting this pointer.
Implements casa::Function< T, U >.
Definition at line 179 of file EvenPolynomial.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::DiffType>* casa::EvenPolynomial_PS< AutoDiff< T > >::cloneAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< T, U >.
Definition at line 182 of file EvenPolynomial.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::BaseType>* casa::EvenPolynomial_PS< AutoDiff< T > >::cloneNonAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< T, U >.
Definition at line 186 of file EvenPolynomial.h.
virtual AutoDiff<T> casa::EvenPolynomial_PS< AutoDiff< T > >::eval | ( | typename Function< AutoDiff< T > >::FunctionArg | x | ) | const [virtual] |
Evaluate the polynomial and its derivatives at x
wrt to the coefficients.
EvenPolynomial_PS<AutoDiff<T> >& casa::EvenPolynomial_PS< AutoDiff< T > >::operator= | ( | const EvenPolynomial_PS< AutoDiff< T > > & | other | ) | [inline] |
Copy assignment (deep copy)
Definition at line 162 of file EvenPolynomial.h.