Obsidian
Probabilistic Geophysical Joint Inversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
chainarray.cpp File Reference

Contains the implementation of MCMC chains. More...

#include "infer/chainarray.hpp"
#include <glog/logging.h>
#include "infer/metropolis.hpp"
#include "serial/mcmc.hpp"
Include dependency graph for chainarray.cpp:

Namespaces

 stateline
 
 stateline::mcmc
 

Functions

std::string stateline::mcmc::internal::toDbString (uint id, uint index, const DbEntryType &t)
 Get the key string representing a database entry of a particular chain. More...
 
std::string stateline::mcmc::internal::toDbString (uint id, const DbEntryType &t)
 Get the key string representing a database entry of a particular chain. More...
 
double stateline::mcmc::internal::doubleFromDb (const std::string &data)
 Convert a database string value into a floating point value. More...
 
uint stateline::mcmc::internal::uintFromDb (const std::string &data)
 Convert a database string value into an unsigned integer value. More...
 

Detailed Description

Contains the implementation of MCMC chains.

Author
Lachlan McCalman
Darren Shen
Date
2014
License:
Affero General Public License version 3 or later