28 #ifndef SCIMATH_GAUSSIAN3D_H 29 #define SCIMATH_GAUSSIAN3D_H 31 #include <casacore/casa/aips.h> 32 #include <casacore/scimath/Functionals/Gaussian3DParam.h> 33 #include <casacore/scimath/Functionals/Function.h> 34 #include <casacore/scimath/Mathematics/AutoDiff.h> 35 #include <casacore/scimath/Mathematics/AutoDiffMath.h> 39 template<
class T>
class Vector;
223 #define Gaussian3D_PS Gaussian3D 302 #ifndef CASACORE_NO_AUTO_TEMPLATES 303 #include <casacore/scimath/Functionals/Gaussian3D.tcc> 304 #include <casacore/scimath/Functionals/Gaussian3D2.tcc> 305 #endif //# CASACORE_NO_AUTO_TEMPLATES
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
A 1-D Specialization of the Array class.
FunctionParam< T > param_p
The parameters and masks.
Vector< T > width() const
Get or set the sigma-width of the Gaussian.
Gaussian3D(const Gaussian3D< W > &other)
T theta() const
Get or set the rotation angles of the Gaussian.
Parameter handling for 3 dimensional Gaussian class.
Gaussian3D()
A functional for a rotated, 3D Gaussian.
Vector< T > center() const
Get or cet the center coordinates of the Gaussian.
Numerical functional interface class.
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 height() const
Get or set the peak height of the Gaussian.
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the Gaussian at x.
this file contains all the compiler specific defines
virtual Function< T > * clone() const
Return a copy of this object from the heap.
T sq(T v) const
AutoDiff does not have a square() function, so one is provided here.
#define Gaussian3D_PS
AUTODIFF SPECIALIZATION.