27 #ifndef SCIMATH_POISSONPARAM_H
28 #define SCIMATH_POISSONPARAM_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
FunctionParam< T > param_p
The parameters and masks.
A one dimensional Poisson function.
T lambda() const
Get or set lambda.
PoissonParam(const PoissonParam< W > &other)
PoissonParam< T > & operator=(const PoissonParam< T > &other)
Copy assignment (deep copy)
Numerical functional interface class.
virtual uInt ndim() const
Returns the number of dimensions of function.
void setLambda(const T &lambda)
void setHeight(const T &height)
PoissonParam()
Constructs the Poisson, Defaults: lambda=1.
String: the storage and methods of handling collections of characters.
virtual const String & name() const
Give name of function.
virtual ~PoissonParam()
Destructor.