![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <cmath>#include <cfloat>#include <gsl/gsl_math.h>#include <gsl/gsl_monte.h>#include <gsl/gsl_monte_plain.h>#include <gsl/gsl_monte_miser.h>#include <gsl/gsl_monte_vegas.h>Go to the source code of this file.
Classes | |
| class | Numerical::MonteCarlo< Instance > |
Namespaces | |
| namespace | Numerical |
Numerical methods | |
Enumerations | |
| enum | Numerical::MCMethod { Numerical::PLAIN, Numerical::MISER, Numerical::VEGAS } |
Functions | |
| template<typename Instance > | |
| double | Numerical::__monte_carlo_call_fun__ (double *x, size_t dim, void *not_used_for_params) |
1.7.6.1