|
| | ExponentialGen (_Scalar _lambda=1) |
| | Construct a new exponential generator. More...
|
| |
|
| ExponentialGen (const ExponentialGen &)=default |
| |
|
| ExponentialGen (ExponentialGen &&)=default |
| |
|
ExponentialGen & | operator= (const ExponentialGen &)=default |
| |
|
ExponentialGen & | operator= (ExponentialGen &&)=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) |
| |
Public Member Functions inherited from Eigen::Rand::GenBase< ExponentialGen< _Scalar >, _Scalar > |
| const CwiseNullaryOp< internal::scalar_rng_adaptor< ExponentialGen< _Scalar > &, _Scalar, Urng >, const Derived > | generate (Index rows, Index cols, Urng &&urng) |
| | generate random values from its distribution More...
|
| |
| const CwiseNullaryOp< internal::scalar_rng_adaptor< ExponentialGen< _Scalar > &, _Scalar, Urng >, const Derived > | generateLike (const Derived &o, Urng &&urng) |
| | generate random values from its distribution More...
|
| |
template<typename _Scalar>
class Eigen::Rand::ExponentialGen< _Scalar >
Generator of reals on an exponential distribution.
- Template Parameters
-