|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
N-dimensional hypersphere (solid ball) domain. More...
#include "integration_domain.hpp"#include <utility>#include "../geometry.hpp"#include "hypersphere.tpp"Go to the source code of this file.
Classes | |
| class | mc::domains::Hypersphere< dim > |
| N-dimensional ball (solid sphere). More... | |
Namespaces | |
| namespace | mc |
| namespace | mc::domains |
N-dimensional hypersphere (solid ball) domain.
Implements a solid ball (closed sphere) of specified radius centered at the origin. Supports arbitrary dimensions via template parameter.
Definition in file hypersphere.hpp.