casa
$Rev:20696$
|
Partial specialization of PoissonFunction for AutoDiff
More...
#include <PoissonFunction.h>
Public Member Functions | |
PoissonFunction_PS () | |
Constructs one dimensional Poisson. | |
PoissonFunction_PS (const AutoDiff< T > &lambda) | |
PoissonFunction_PS (const AutoDiff< T > &lambda, const AutoDiff< T > &height) | |
PoissonFunction_PS (const PoissonFunction_PS &other) | |
Copy constructor (deep copy) | |
template<class W > | |
PoissonFunction_PS (const PoissonFunction_PS< W > &other) | |
PoissonFunction_PS< AutoDiff < T > > & | operator= (const PoissonFunction_PS< AutoDiff< T > > &other) |
Copy assignment (deep copy) | |
virtual | ~PoissonFunction_PS () |
Destructor. | |
virtual AutoDiff< T > | eval (typename Function< AutoDiff< T > >::FunctionArg x) const |
Evaluate the Poisson and its derivatives at x . | |
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 PoissonFunction for AutoDiff
Warning: The name PoissonFunction_PS
is only for cxx2html documentation problems; Use PoissonFunction
in your code;
Definition at line 146 of file PoissonFunction.h.
casa::PoissonFunction_PS< AutoDiff< T > >::PoissonFunction_PS | ( | ) | [inline] |
Constructs one dimensional Poisson.
Definition at line 153 of file PoissonFunction.h.
casa::PoissonFunction_PS< AutoDiff< T > >::PoissonFunction_PS | ( | const AutoDiff< T > & | lambda | ) | [inline, explicit] |
Definition at line 154 of file PoissonFunction.h.
casa::PoissonFunction_PS< AutoDiff< T > >::PoissonFunction_PS | ( | const AutoDiff< T > & | lambda, |
const AutoDiff< T > & | height | ||
) | [inline] |
Definition at line 156 of file PoissonFunction.h.
casa::PoissonFunction_PS< AutoDiff< T > >::PoissonFunction_PS | ( | const PoissonFunction_PS< AutoDiff< T > > & | other | ) | [inline] |
Copy constructor (deep copy)
Definition at line 163 of file PoissonFunction.h.
casa::PoissonFunction_PS< AutoDiff< T > >::PoissonFunction_PS | ( | const PoissonFunction_PS< W > & | other | ) | [inline] |
Definition at line 166 of file PoissonFunction.h.
virtual casa::PoissonFunction_PS< AutoDiff< T > >::~PoissonFunction_PS | ( | ) | [inline, virtual] |
Destructor.
Definition at line 176 of file PoissonFunction.h.
virtual Function<AutoDiff<T> >* casa::PoissonFunction_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< AutoDiff< T > >.
Definition at line 188 of file PoissonFunction.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::DiffType>* casa::PoissonFunction_PS< AutoDiff< T > >::cloneAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< AutoDiff< T > >.
Definition at line 192 of file PoissonFunction.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::BaseType>* casa::PoissonFunction_PS< AutoDiff< T > >::cloneNonAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< AutoDiff< T > >.
Definition at line 197 of file PoissonFunction.h.
virtual AutoDiff<T> casa::PoissonFunction_PS< AutoDiff< T > >::eval | ( | typename Function< AutoDiff< T > >::FunctionArg | x | ) | const [virtual] |
Evaluate the Poisson and its derivatives at x
.
PoissonFunction_PS<AutoDiff<T> >& casa::PoissonFunction_PS< AutoDiff< T > >::operator= | ( | const PoissonFunction_PS< AutoDiff< T > > & | other | ) | [inline] |
Copy assignment (deep copy)
Definition at line 172 of file PoissonFunction.h.