28 #ifndef SCIMATH_GAUSSIAN3D_H
29 #define SCIMATH_GAUSSIAN3D_H
221 #define Gaussian3D_PS Gaussian3D
261 *cloneNonAD()
const {
300 #ifndef CASACORE_NO_AUTO_TEMPLATES
301 #include <casacore/scimath/Functionals/Gaussian3D.tcc>
302 #include <casacore/scimath/Functionals/Gaussian3D2.tcc>
303 #endif //# CASACORE_NO_AUTO_TEMPLATES
T height() const
Get or set the peak height of the Gaussian.
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the Gaussian at x.
T theta() const
Get or set the rotation angles of the Gaussian.
virtual Function< T > * clone() const
Return a copy of this object from the heap.
PtrHolder< T > & operator=(const PtrHolder< T > &other)
Gaussian3D(const Gaussian3D< W > &other)
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
Vector< T > center() const
Get or cet the center coordinates of the Gaussian.
Parameter handling for 3 dimensional Gaussian class.
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
Gaussian3D()
A functional for a rotated, 3D Gaussian.
Numerical functional interface class.
Vector< T > width() const
Get or set the sigma-width of the Gaussian.
virtual ~Gaussian3D()
Destructor.
Class that computes partial derivatives by automatic differentiation.
A three dimensional Gaussian class.
Gaussian3D< T > & operator=(const Gaussian3D< T > &other)
Assignment operator.
T sq(T v) const
AutoDiff does not have a square() function, so one is provided here.
#define Gaussian3D_PS
AUTODIFF SPECIALIZATION.