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
8
namespace
num::markov::backends::omp
{
9
// Intentionally empty: template implementations live in mcmc_impl.hpp.
10
}
// namespace num::markov::backends::omp
num::markov::backends::omp
Definition
markov.cpp:8
src
stochastic
backends
omp
markov.cpp
Generated by
1.9.8