vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/internal/common.hpp>
#include <vsmc/rng/aes.hpp>
#include <vsmc/rng/ars.hpp>
#include <vsmc/rng/philox.hpp>
#include <vsmc/rng/threefry.hpp>
#include <vsmc/utility/aligned_memory.hpp>
Go to the source code of this file.
Namespaces | |
vsmc | |
vsmc::internal | |
vsmc::traits | |
vsmc::traits::internal | |
Macros | |
#define | VSMC_RESAMPLE_RNG_TYPE ::vsmc::Threefry4x64 |
Default RNG type for resampling. More... | |
Enumerations | |
enum | vsmc::ResampleScheme { vsmc::Multinomial, vsmc::Residual, vsmc::Stratified, vsmc::Systematic, vsmc::ResidualStratified, vsmc::ResidualSystematic } |
Resampling schemes. More... | |