|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
#include <vector>#include <iostream>#include <memory>#include <stdexcept>#include <cmath>#include <Eigen/Dense>#include <fstream>#include <string>#include <integrator.h>

Go to the source code of this file.
Classes | |
| struct | cmp::HermiteBasis |
| Hermite orthogonal polynomial basis. More... | |
| struct | cmp::LegendreBasis |
| Legendre orthogonal polynomial basis. More... | |
| struct | cmp::ChebyshevBasis |
| Chebyshev orthogonal polynomial basis. More... | |
| struct | cmp::LaguerreBasis |
| Laguerre orthogonal polynomial basis. More... | |
| class | cmp::MultiIndex |
| class | cmp::PolynomialExpansion< Basis > |
| Implements multi-dimensional Polynomial Chaos Expansion (PCE) for spectral surrogate modeling. More... | |
Namespaces | |
| namespace | cmp |