casa
$Rev:20696$
|
Partial specialization of CombiFunction for AutoDiff
More...
#include <CombiFunction.h>
Public Member Functions | |
CombiFunction_PS () | |
The default constructor -- no functions, no parameters, nothing, the function operator returns a 0. | |
CombiFunction_PS (const CombiFunction_PS< AutoDiff< T > > &other) | |
Make this object a (deep) copy of other. | |
template<class W > | |
CombiFunction_PS (const CombiFunction_PS< W > &other) | |
CombiFunction_PS< AutoDiff< T > > & | operator= (const CombiFunction_PS< AutoDiff< T > > &other) |
Make this object a (deep) copy of other. | |
virtual | ~CombiFunction_PS () |
Destructor. | |
virtual AutoDiff< T > | eval (typename Function< AutoDiff< T > >::FunctionArg x) const |
Evaluate the function 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 CombiFunction for AutoDiff
Warning: The name CombiFunction_PS
is only for cxx2html documentation problems; Use CombiFunction
in your code;
Definition at line 169 of file CombiFunction.h.
casa::CombiFunction_PS< AutoDiff< T > >::CombiFunction_PS | ( | ) | [inline] |
The default constructor -- no functions, no parameters, nothing, the function operator returns a 0.
Definition at line 175 of file CombiFunction.h.
casa::CombiFunction_PS< AutoDiff< T > >::CombiFunction_PS | ( | const CombiFunction_PS< AutoDiff< T > > & | other | ) | [inline] |
Make this object a (deep) copy of other.
Definition at line 178 of file CombiFunction.h.
casa::CombiFunction_PS< AutoDiff< T > >::CombiFunction_PS | ( | const CombiFunction_PS< W > & | other | ) | [inline] |
Definition at line 181 of file CombiFunction.h.
virtual casa::CombiFunction_PS< AutoDiff< T > >::~CombiFunction_PS | ( | ) | [inline, virtual] |
Destructor.
Definition at line 190 of file CombiFunction.h.
virtual Function<AutoDiff<T> >* casa::CombiFunction_PS< AutoDiff< T > >::clone | ( | ) | const [inline, virtual] |
Return a copy of this object from the heap.
The caller is responsible for deleting the pointer.
Implements casa::Function< AutoDiff< T > >.
Definition at line 201 of file CombiFunction.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::DiffType>* casa::CombiFunction_PS< AutoDiff< T > >::cloneAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< AutoDiff< T > >.
Definition at line 204 of file CombiFunction.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::BaseType>* casa::CombiFunction_PS< AutoDiff< T > >::cloneNonAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< AutoDiff< T > >.
Definition at line 208 of file CombiFunction.h.
References casa::True.
virtual AutoDiff<T> casa::CombiFunction_PS< AutoDiff< T > >::eval | ( | typename Function< AutoDiff< T > >::FunctionArg | x | ) | const [virtual] |
Evaluate the function and its derivatives at x
wrt to the coefficients.
CombiFunction_PS<AutoDiff<T> >& casa::CombiFunction_PS< AutoDiff< T > >::operator= | ( | const CombiFunction_PS< AutoDiff< T > > & | other | ) | [inline] |
Make this object a (deep) copy of other.
Definition at line 186 of file CombiFunction.h.