vSMC
vSMC: Scalable Monte Carlo
Public Member Functions | Static Public Member Functions | List of all members
vsmc::internal::MKLOffsetDynamic< MaxOffset > Class Template Reference

#include <vsmc/rng/mkl.hpp>

Public Member Functions

 MKLOffsetDynamic ()
 
MKL_INT get () const
 
void set (MKL_INT n)
 

Static Public Member Functions

static constexpr MKL_INT max ()
 
static constexpr MKL_INT min ()
 

Detailed Description

template<MKL_INT MaxOffset>
class vsmc::internal::MKLOffsetDynamic< MaxOffset >

Definition at line 58 of file mkl.hpp.

Constructor & Destructor Documentation

template<MKL_INT MaxOffset>
vsmc::internal::MKLOffsetDynamic< MaxOffset >::MKLOffsetDynamic ( )
inline

Definition at line 61 of file mkl.hpp.

Member Function Documentation

template<MKL_INT MaxOffset>
MKL_INT vsmc::internal::MKLOffsetDynamic< MaxOffset >::get ( ) const
inline

Definition at line 72 of file mkl.hpp.

template<MKL_INT MaxOffset>
static constexpr MKL_INT vsmc::internal::MKLOffsetDynamic< MaxOffset >::max ( )
inlinestatic

Definition at line 64 of file mkl.hpp.

template<MKL_INT MaxOffset>
static constexpr MKL_INT vsmc::internal::MKLOffsetDynamic< MaxOffset >::min ( )
inlinestatic

Definition at line 63 of file mkl.hpp.

template<MKL_INT MaxOffset>
void vsmc::internal::MKLOffsetDynamic< MaxOffset >::set ( MKL_INT  n)
inline

Definition at line 66 of file mkl.hpp.