Public Member Functions | Static Public Attributes | Private Attributes | List of all members
Eigen::internal::NormalRandomGenerator< T > Class Template Reference

#include <TensorRandom.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NormalRandomGenerator (uint64_t seed=0)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE NormalRandomGenerator (const NormalRandomGenerator &other)
 
template<typename Index >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINEoperator() (Index i) const
 
template<typename Packet , typename Index >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet packetOp (Index i) const
 

Static Public Attributes

static const bool PacketAccess = true
 

Private Attributes

uint64_t m_state
 

Detailed Description

template<typename T>
class Eigen::internal::NormalRandomGenerator< T >

Definition at line 222 of file TensorRandom.h.

Constructor & Destructor Documentation

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::NormalRandomGenerator< T >::NormalRandomGenerator ( uint64_t  seed = 0)
inline

Definition at line 227 of file TensorRandom.h.

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::NormalRandomGenerator< T >::NormalRandomGenerator ( const NormalRandomGenerator< T > &  other)
inline

Definition at line 230 of file TensorRandom.h.

Member Function Documentation

template<typename T >
template<typename Index >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::NormalRandomGenerator< T >::operator() ( Index  i) const
inline

Definition at line 236 of file TensorRandom.h.

template<typename T >
template<typename Packet , typename Index >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::NormalRandomGenerator< T >::packetOp ( Index  i) const
inline

Definition at line 244 of file TensorRandom.h.

Member Data Documentation

template<typename T >
uint64_t Eigen::internal::NormalRandomGenerator< T >::m_state
mutableprivate

Definition at line 256 of file TensorRandom.h.

template<typename T >
const bool Eigen::internal::NormalRandomGenerator< T >::PacketAccess = true
static

Definition at line 224 of file TensorRandom.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:39