|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
N-dimensional polytope (convex polyhedron) domain for Monte Carlo integration. More...
#include "integration_domain.hpp"#include "../geometry.hpp"#include <vector>#include <stdexcept>#include "polytope.tpp"Go to the source code of this file.
Classes | |
| class | mc::domains::PolyTope< dim > |
| Convex polytope (convex polyhedron) integration domain. More... | |
Namespaces | |
| namespace | mc |
| namespace | mc::domains |
N-dimensional polytope (convex polyhedron) domain for Monte Carlo integration.
A polytope is defined as the intersection of half-spaces, specified by vertices and the inward-pointing normal vectors and offsets of its facets (hyperplane constraints). This allows representation of arbitrary convex polyhedral regions in N dimensions.
Definition in file polytope.hpp.