|
OpenQMC API
|
#include "bntables.h"#include "gpu.h"#include "owen.h"#include "pcg.h"#include "sampler.h"#include "state.h"#include <cassert>#include <cstddef>#include <cstdint>#include <cstring>
Go to the source code of this file.
Namespaces | |
| namespace | oqmc |
Typedefs | |
| using | oqmc::SobolBnSampler = SamplerInterface< SobolBnImpl > |
| Blue noise variant of sobol sampler. | |
Sobolbn sampler implementation.