EigenRand  0.3.0
Eigen::Rand::ChiSquaredGen< _Scalar > Class Template Reference

Generator of reals on a chi-squared distribution. More...

#include <NormalExp.h>

Inheritance diagram for Eigen::Rand::ChiSquaredGen< _Scalar >:
Collaboration diagram for Eigen::Rand::ChiSquaredGen< _Scalar >:

Public Types

using Scalar = _Scalar
 

Public Member Functions

 ChiSquaredGen (_Scalar n=1)
 Construct a new chi-squared generator. More...
 
 ChiSquaredGen (const ChiSquaredGen &)=default
 
 ChiSquaredGen (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...
 

Detailed Description

template<typename _Scalar>
class Eigen::Rand::ChiSquaredGen< _Scalar >

Generator of reals on a chi-squared distribution.

Template Parameters
_Scalar

Constructor & Destructor Documentation

◆ ChiSquaredGen()

template<typename _Scalar >
Eigen::Rand::ChiSquaredGen< _Scalar >::ChiSquaredGen ( _Scalar  n = 1)
inline

Construct a new chi-squared generator.

Parameters
ndegrees of freedom

The documentation for this class was generated from the following file: