vSMC  v3.0.0
Scalable Monte Carlo
Classes | Namespaces | Macros
index.hpp File Reference
#include <vsmc/internal/common.hpp>

Go to the source code of this file.

Classes

class  vsmc::ResampleIndex< IntType >
 Record and trace resampling index. More...
 

Namespaces

 vsmc
 

Macros

#define VSMC_RUNTIME_ASSERT_RESAMPLE_INDEX_ITER(iter, iter_back, func)
 

Macro Definition Documentation

#define VSMC_RUNTIME_ASSERT_RESAMPLE_INDEX_ITER (   iter,
  iter_back,
  func 
)
Value:
VSMC_RUNTIME_ASSERT((iter <= iter_back && iter_back < iter_size()), \
"**ResampleIndex::" #func "** ITERATION NUMBERS OUT OF RANGE")
#define VSMC_RUNTIME_ASSERT(cond, msg)
Definition: assert.hpp:59

Definition at line 37 of file index.hpp.