numerics 0.1.0
Loading...
Searching...
No Matches
markov.cpp
Go to the documentation of this file.
1/// @file stochastic/backends/omp/markov.cpp
2/// @brief OpenMP Markov chain Monte Carlo backend.
3///
4/// The current Markov sweep API is header-only and template-based so callers
5/// can pass zero-overhead model-specific callables. This translation unit is
6/// kept as a backend extension point for future non-template OpenMP routines.
7/// @todo Add OpenMP implementations for non-template stochastic routines that
8/// need backend dispatch, such as density-of-states or windowed estimators.
9
11// Intentionally empty: template implementations live in mcmc_impl.hpp.
12} // namespace num::markov::backends::omp