28 #ifndef SCIMATH_GNOISEFUNCTION_H 29 #define SCIMATH_GNOISEFUNCTION_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/scimath/Functionals/GNoiseParam.h> 34 #include <casacore/scimath/Functionals/Function.h> 130 #ifndef CASACORE_NO_AUTO_TEMPLATES 131 #include <casacore/scimath/Functionals/GNoiseFunction.tcc> 132 #endif //# CASACORE_NO_AUTO_TEMPLATES A one dimensional normal distribution.
A one dimensional normal distribution.
GNoiseFunction(const Double &mean, const Double &var)
GNoiseParam< T > & operator=(const GNoiseParam< T > &other)
Copy assignment (deep copy)
Numerical functional interface class.
GNoiseFunction< T > & operator=(const GNoiseFunction< T > &other)
Copy assignment (deep copy)
GNoiseFunction()
Constructs the GNoise, Defaults: mean=0, var=1.0.
virtual ~GNoiseFunction()
Destructor.
GNoiseFunction(const GNoiseFunction< W > &other)
virtual Function< T > * clone() const
Return a copy of this object from the heap.
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the GNoise at x.
LatticeExprNode mean(const LatticeExprNode &expr)
this file contains all the compiler specific defines
GNoiseFunction(const GNoiseFunction< T > &other)
Copy constructor (deep copy)