|
vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/integrate/nintegrate_base.hpp>Go to the source code of this file.
Classes | |
| class | vsmc::internal::NIntegrateNewtonCotesCoeff< Degree > |
| struct | vsmc::internal::NIntegrateNewtonCotesEval< Index, EvalType > |
| struct | vsmc::internal::NIntegrateNewtonCotesEval< 1, EvalType > |
| class | vsmc::NIntegrateNewtonCotes< Degree > |
| Numerical integration with the (closed) Newton-Cotes formulae. More... | |
Namespaces | |
| vsmc | |
| vsmc::internal | |
Macros | |
| #define | VSMC_STATIC_ASSERT_INTEGRATE_NINTEGRATE_NEWTON_COTES_DEGREE(degree) |
| #define VSMC_STATIC_ASSERT_INTEGRATE_NINTEGRATE_NEWTON_COTES_DEGREE | ( | degree | ) |
Definition at line 37 of file nintegrate_newton_cotes.hpp.
1.8.9.1