Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::model::model_functional< M > Struct Template Reference

#include <util.hpp>

Public Member Functions

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

Public Attributes

const M & model
 
std::ostream * o
 

Detailed Description

template<class M>
struct stan::model::model_functional< M >

Definition at line 408 of file util.hpp.

Constructor & Destructor Documentation

template<class M >
stan::model::model_functional< M >::model_functional ( const M &  m,
std::ostream *  out 
)
inline

Definition at line 412 of file util.hpp.

Member Function Documentation

template<class M >
template<typename T >
T stan::model::model_functional< M >::operator() ( Eigen::Matrix< T, Eigen::Dynamic, 1 > &  x) const
inline

Definition at line 416 of file util.hpp.

Member Data Documentation

template<class M >
const M& stan::model::model_functional< M >::model

Definition at line 409 of file util.hpp.

template<class M >
std::ostream* stan::model::model_functional< M >::o

Definition at line 410 of file util.hpp.


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

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