numerics 0.1.0
Loading...
Searching...
No Matches
num::markov::UmbrellaWindow Struct Reference

#include <mcmc.hpp>

Public Member Functions

bool contains (idx v) const
 

Public Attributes

idx lo = 0
 
idx hi = 0
 

Detailed Description

Definition at line 22 of file mcmc.hpp.

Member Function Documentation

◆ contains()

bool num::markov::UmbrellaWindow::contains ( idx  v) const
inline

Definition at line 25 of file mcmc.hpp.

References hi, and lo.

Referenced by num::markov::umbrella_sweep(), and num::markov::umbrella_sweep_prob().

Member Data Documentation

◆ hi

idx num::markov::UmbrellaWindow::hi = 0

Definition at line 24 of file mcmc.hpp.

Referenced by contains().

◆ lo

idx num::markov::UmbrellaWindow::lo = 0

Definition at line 23 of file mcmc.hpp.

Referenced by contains().


The documentation for this struct was generated from the following file: