Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::mcmc::softabs_fun< Model > Struct Template Reference

#include <softabs_metric.hpp>

Public Member Functions

 softabs_fun (const Model &m, std::ostream *out)
 
template<typename T >
operator() (Eigen::Matrix< T, Eigen::Dynamic, 1 > &x) const
 

Public Attributes

const Model & model_
 
std::ostream * o_
 

Detailed Description

template<typename Model>
struct stan::mcmc::softabs_fun< Model >

Definition at line 16 of file softabs_metric.hpp.

Constructor & Destructor Documentation

template<typename Model >
stan::mcmc::softabs_fun< Model >::softabs_fun ( const Model &  m,
std::ostream *  out 
)
inline

Definition at line 20 of file softabs_metric.hpp.

Member Function Documentation

template<typename Model >
template<typename T >
T stan::mcmc::softabs_fun< Model >::operator() ( Eigen::Matrix< T, Eigen::Dynamic, 1 > &  x) const
inline

Definition at line 23 of file softabs_metric.hpp.

Member Data Documentation

template<typename Model >
const Model& stan::mcmc::softabs_fun< Model >::model_

Definition at line 17 of file softabs_metric.hpp.

template<typename Model >
std::ostream* stan::mcmc::softabs_fun< Model >::o_

Definition at line 18 of file softabs_metric.hpp.


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

     [ Stan Home Page ] © 2011–2016, Stan Development Team.