|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
#include "cmp_defines.h"#include <boost/math/special_functions/prime.hpp>#include <boost/random/sobol.hpp>#include <boost/random/niederreiter_base2.hpp>#include <boost/random/faure.hpp>#include <poly.h>

Go to the source code of this file.
Classes | |
| class | cmp::grid::Grid |
| Abstract base class for numerical integration grids and space-filling designs. More... | |
| class | cmp::grid::SobolGrid |
| Sobol low-discrepancy sequence grid generator. More... | |
| class | cmp::grid::ScrambledSobolGrid |
| Owen-scrambled Sobol low-discrepancy sequence grid generator. More... | |
| class | cmp::grid::MonteCarloGrid |
| Standard Monte Carlo random grid generator. More... | |
| class | cmp::grid::LatinHypercubeGrid |
| Latin Hypercube Sampling (LHS) grid generator. More... | |
| class | cmp::grid::LinspacedGrid |
| Linearly spaced Cartesian tensor product grid generator. More... | |
| class | cmp::grid::NiederreiterGrid |
| Niederreiter (base 2) low-discrepancy sequence grid generator. More... | |
| class | cmp::grid::FaureGrid |
| Faure low-discrepancy sequence grid generator. More... | |
Namespaces | |
| namespace | cmp |
| namespace | cmp::grid |