Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
Classes | Namespaces
geometry.hpp File Reference

Core geometric types for Monte Carlo integration. More...

#include <array>
#include <cstddef>
Include dependency graph for geometry.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.