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