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

Window constraint for umbrella sampling. More...

#include <mcmc.hpp>

Public Member Functions

bool contains (idx v) const
 

Public Attributes

idx lo
 Lower bound (inclusive)
 
idx hi
 Upper bound (inclusive)
 

Detailed Description

Window constraint for umbrella sampling.

Definition at line 54 of file mcmc.hpp.

Member Function Documentation

◆ contains()

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

Definition at line 57 of file mcmc.hpp.

References hi, and lo.

Member Data Documentation

◆ hi

idx num::markov::UmbrellaWindow::hi

Upper bound (inclusive)

Definition at line 56 of file mcmc.hpp.

Referenced by contains().

◆ lo

idx num::markov::UmbrellaWindow::lo

Lower bound (inclusive)

Definition at line 55 of file mcmc.hpp.

Referenced by contains().


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