|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
Core geometric types for Monte Carlo integration. More...
#include <array>#include <cstddef>Go to the source code of this file.
Classes | |
| class | mc::geom::Point< dim > |
| N-dimensional point representation. More... | |
| class | mc::geom::Bounds< dim > |
| N-dimensional axis-aligned bounding box. More... | |
Namespaces | |
| namespace | geom |
| Geometric types and utilities for N-dimensional spaces. | |
| namespace | mc |
| namespace | mc::geom |
Core geometric types for Monte Carlo integration.
Defines fundamental geometric primitives including points and bounding boxes in N-dimensional space for use throughout the Monte Carlo library.
Definition in file geometry.hpp.