Generator of reals on a gamma distribution.
More...
#include <NormalExp.h>
|
| GammaGen (_Scalar _alpha=1, _Scalar _beta=1) |
| Construct a new gamma generator. More...
|
|
| GammaGen (const GammaGen &)=default |
|
| GammaGen (GammaGen &&)=default |
|
template<typename Rng > |
EIGEN_STRONG_INLINE const _Scalar | operator() (Rng &&rng) |
|
template<typename Packet , typename Rng > |
EIGEN_STRONG_INLINE const Packet | packetOp (Rng &&rng) |
|
|
template<typename _Ty > |
class | NegativeBinomialGen |
|
template<typename _Scalar>
class Eigen::Rand::GammaGen< _Scalar >
Generator of reals on a gamma distribution.
- Template Parameters
-
◆ GammaGen()
template<typename _Scalar >
Construct a new gamma generator.
- Parameters
-
_alpha | shape parameter of the distribution |
_beta | scale parameter of the distribution |
The documentation for this class was generated from the following file: