|
OpenQMC API
|
#include "bntables.h"#include "gpu.h"#include "lookup.h"#include "pcg.h"#include "sampler.h"#include "state.h"#include "stochastic.h"#include <cassert>#include <cstddef>#include <cstdint>#include <cstring>
Go to the source code of this file.
Namespaces | |
| namespace | oqmc |
Typedefs | |
| using | oqmc::PmjBnSampler = SamplerInterface< PmjBnImpl > |
| Blue noise variant of pmj sampler. | |
Pmjbn sampler implementation.