KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
Real_sd_step< Model, REVERSIBLE > Class Template Reference

#include <sample_real.h>

Public Types

typedef Real_hmc_step< Model,
false, REVERSIBLE > 
Type
 

Detailed Description

template<class Model, bool REVERSIBLE = true>
class Real_sd_step< Model, REVERSIBLE >

Template Parameters
ModelThe model type. Must comply with HmcModel concept and Real model concept.

Real_sd_step is a functor that runs a single step of the stochastic dynamics algorithm (i.e., an HMC step without an accept/reject step) on a real model.

Member Typedef Documentation

template<class Model , bool REVERSIBLE = true>
typedef Real_hmc_step<Model, false, REVERSIBLE> Real_sd_step< Model, REVERSIBLE >::Type

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