Go to the documentation of this file.
27 #ifndef SCIMATH_POISSONPARAM_H
28 #define SCIMATH_POISSONPARAM_H
31 #include <casacore/casa/aips.h>
32 #include <casacore/scimath/Functionals/Function.h>
33 #include <casacore/casa/BasicSL/String.h>
120 static String x(
"poisson");
152 #ifndef CASACORE_NO_AUTO_TEMPLATES
153 #include <casacore/scimath/Functionals/PoissonParam.tcc>
154 #endif //# CASACORE_NO_AUTO_TEMPLATES
A one dimensional Poisson function.
PoissonParam()
Constructs the Poisson, Defaults: lambda=1.
PoissonParam< T > & operator=(const PoissonParam< T > &other)
Copy assignment (deep copy)
virtual uInt ndim() const
virtual const String & name() const
Give name of function.
FunctionParam< T > param_p
The parameters and masks.
virtual ~PoissonParam()
Destructor.
void setLambda(const T &lambda)
this file contains all the compiler specific defines
PoissonParam(const PoissonParam< W > &other)
Numerical functional interface class.
void setHeight(const T &height)
String: the storage and methods of handling collections of characters.
T lambda() const
Get or set lambda.