| 
|   | ChiSquaredGen (_Scalar n=1) | 
|   | Construct a new chi-squared generator.  More...
  | 
|   | 
| 
  | ChiSquaredGen (const ChiSquaredGen &)=default | 
|   | 
| 
  | ChiSquaredGen (ChiSquaredGen &&)=default | 
|   | 
| 
ChiSquaredGen &  | operator= (const ChiSquaredGen &)=default | 
|   | 
| 
ChiSquaredGen &  | operator= (ChiSquaredGen &&)=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< ChiSquaredGen< _Scalar >, _Scalar > | 
| const CwiseNullaryOp< internal::scalar_rng_adaptor< ChiSquaredGen< _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< ChiSquaredGen< _Scalar > &, _Scalar, Urng >, const Derived >  | generateLike (const Derived &o, Urng &&urng) | 
|   | generate random values from its distribution  More...
  | 
|   | 
template<typename _Scalar>
class Eigen::Rand::ChiSquaredGen< _Scalar >
Generator of reals on a chi-squared distribution. 
- Template Parameters
 -