casa
$Rev:20696$
|
Partial specialization of Lorentzian1D for AutoDiff
More...
#include <Lorentzian1D.h>
Public Member Functions | |
Lorentzian1D_PS () | |
Constructs one dimensional Lorentzians. | |
Lorentzian1D_PS (const AutoDiff< T > &height) | |
Lorentzian1D_PS (const AutoDiff< T > &height, const AutoDiff< T > ¢er) | |
Lorentzian1D_PS (const AutoDiff< T > &height, const AutoDiff< T > ¢er, const AutoDiff< T > &width) | |
Lorentzian1D_PS (const Lorentzian1D_PS &other) | |
Copy constructor (deep copy) | |
template<class W > | |
Lorentzian1D_PS (const Lorentzian1D_PS< W > &other) | |
Lorentzian1D_PS< AutoDiff< T > > & | operator= (const Lorentzian1D_PS< AutoDiff< T > > &other) |
Copy assignment (deep copy) | |
virtual | ~Lorentzian1D_PS () |
Destructor. | |
virtual AutoDiff< T > | eval (typename Function< AutoDiff< T > >::FunctionArg x) const |
Evaluate the Lorentzian 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 Lorentzian1D for AutoDiff
Warning: The name Lorentzian1D_PS
is only for cxx2html documentation problems; Use Lorentzian1D
in your code;
Definition at line 204 of file Lorentzian1D.h.
casa::Lorentzian1D_PS< AutoDiff< T > >::Lorentzian1D_PS | ( | ) | [inline] |
Constructs one dimensional Lorentzians.
Definition at line 211 of file Lorentzian1D.h.
casa::Lorentzian1D_PS< AutoDiff< T > >::Lorentzian1D_PS | ( | const AutoDiff< T > & | height | ) | [inline, explicit] |
Definition at line 212 of file Lorentzian1D.h.
casa::Lorentzian1D_PS< AutoDiff< T > >::Lorentzian1D_PS | ( | const AutoDiff< T > & | height, |
const AutoDiff< T > & | center | ||
) | [inline] |
Definition at line 214 of file Lorentzian1D.h.
casa::Lorentzian1D_PS< AutoDiff< T > >::Lorentzian1D_PS | ( | const AutoDiff< T > & | height, |
const AutoDiff< T > & | center, | ||
const AutoDiff< T > & | width | ||
) | [inline] |
Definition at line 216 of file Lorentzian1D.h.
casa::Lorentzian1D_PS< AutoDiff< T > >::Lorentzian1D_PS | ( | const Lorentzian1D_PS< AutoDiff< T > > & | other | ) | [inline] |
Copy constructor (deep copy)
Definition at line 223 of file Lorentzian1D.h.
casa::Lorentzian1D_PS< AutoDiff< T > >::Lorentzian1D_PS | ( | const Lorentzian1D_PS< W > & | other | ) | [inline] |
Definition at line 226 of file Lorentzian1D.h.
virtual casa::Lorentzian1D_PS< AutoDiff< T > >::~Lorentzian1D_PS | ( | ) | [inline, virtual] |
Destructor.
Definition at line 236 of file Lorentzian1D.h.
virtual Function<AutoDiff<T> >* casa::Lorentzian1D_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 248 of file Lorentzian1D.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::DiffType>* casa::Lorentzian1D_PS< AutoDiff< T > >::cloneAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< T, U >.
Definition at line 251 of file Lorentzian1D.h.
virtual Function<typename FunctionTraits<AutoDiff<T> >::BaseType>* casa::Lorentzian1D_PS< AutoDiff< T > >::cloneNonAD | ( | ) | const [inline, virtual] |
Reimplemented from casa::Function< T, U >.
Definition at line 255 of file Lorentzian1D.h.
virtual AutoDiff<T> casa::Lorentzian1D_PS< AutoDiff< T > >::eval | ( | typename Function< AutoDiff< T > >::FunctionArg | x | ) | const [virtual] |
Evaluate the Lorentzian and its derivatives at x
.
Lorentzian1D_PS<AutoDiff<T> >& casa::Lorentzian1D_PS< AutoDiff< T > >::operator= | ( | const Lorentzian1D_PS< AutoDiff< T > > & | other | ) | [inline] |
Copy assignment (deep copy)
Definition at line 232 of file Lorentzian1D.h.