MCKL
Monte Carlo Kernel Library
Static Public Member Functions | List of all members
mckl::internal::IncrementBlock< T, K, Blocks > Class Template Reference

#include <mckl/random/internal/increment_generic.hpp>

Static Public Member Functions

static void eval (std::array< T, K > &ctr, std::array< std::array< T, K >, Blocks > &ctr_block)
 

Detailed Description

template<typename T, std::size_t K, std::size_t Blocks>
class mckl::internal::IncrementBlock< T, K, Blocks >

Definition at line 222 of file increment_generic.hpp.

Member Function Documentation

◆ eval()

template<typename T , std::size_t K, std::size_t Blocks>
static void mckl::internal::IncrementBlock< T, K, Blocks >::eval ( std::array< T, K > &  ctr,
std::array< std::array< T, K >, Blocks > &  ctr_block 
)
inlinestatic

Definition at line 225 of file increment_generic.hpp.