28 #ifndef SCIMATH_DIRACDFUNCTION_H 29 #define SCIMATH_DIRACDFUNCTION_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/scimath/Functionals/DiracDParam.h> 34 #include <casacore/scimath/Functionals/Function.h> 145 #ifndef CASACORE_NO_AUTO_TEMPLATES 146 #include <casacore/scimath/Functionals/DiracDFunction.tcc> 147 #endif //# CASACORE_NO_AUTO_TEMPLATES virtual ~DiracDFunction()
Destructor.
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the DiracD at x.
DiracDParam< T > & operator=(const DiracDParam< T > &other)
Copy assignment (deep copy)
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
DiracDFunction(const T &height)
virtual Function< T > * clone() const
Return a copy of this object from the heap.
DiracDFunction(const T &height, const T ¢er)
DiracDFunction()
Constructs the DiracDFunction, Defaults: height=1, center=0.
Numerical functional interface class.
DiracDFunction(const DiracDFunction< W > &other)
DiracDFunction(const DiracDFunction< T > &other)
Copy constructor (deep copy)
A one dimensional Dirac delta function.
DiracDFunction< T > & operator=(const DiracDFunction< T > &other)
Copy assignment (deep copy)
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
this file contains all the compiler specific defines
A one dimensional Dirac delta function.