Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
stan::gm::constrained_param_names_visgen Struct Reference

#include <generator.hpp>

Inheritance diagram for stan::gm::constrained_param_names_visgen:
stan::gm::visgen

Public Member Functions

 constrained_param_names_visgen (std::ostream &o)
 
void operator() (const nil &) const
 
void operator() (const int_var_decl &x) const
 
void operator() (const double_var_decl &x) const
 
void operator() (const vector_var_decl &x) const
 
void operator() (const row_vector_var_decl &x) const
 
void operator() (const matrix_var_decl &x) const
 
void operator() (const unit_vector_var_decl &x) const
 
void operator() (const simplex_var_decl &x) const
 
void operator() (const ordered_var_decl &x) const
 
void operator() (const positive_ordered_var_decl &x) const
 
void operator() (const cholesky_factor_var_decl &x) const
 
void operator() (const cholesky_corr_var_decl &x) const
 
void operator() (const cov_matrix_var_decl &x) const
 
void operator() (const corr_matrix_var_decl &x) const
 
void generate_param_names_array (const std::vector< expression > &matrix_dims, const std::string &name, const std::vector< expression > &dims) const
 
- Public Member Functions inherited from stan::gm::visgen
 visgen (std::ostream &o)
 

Additional Inherited Members

- Public Types inherited from stan::gm::visgen
typedef void result_type
 
- Public Attributes inherited from stan::gm::visgen
std::ostream & o_
 

Detailed Description

Definition at line 3196 of file generator.hpp.

Constructor & Destructor Documentation

stan::gm::constrained_param_names_visgen::constrained_param_names_visgen ( std::ostream &  o)
inline

Definition at line 3197 of file generator.hpp.

Member Function Documentation

void stan::gm::constrained_param_names_visgen::generate_param_names_array ( const std::vector< expression > &  matrix_dims,
const std::string &  name,
const std::vector< expression > &  dims 
) const
inline

Definition at line 3268 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const nil ) const
inline

Definition at line 3200 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const int_var_decl x) const
inline

Definition at line 3201 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const double_var_decl x) const
inline

Definition at line 3204 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const vector_var_decl x) const
inline

Definition at line 3207 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const row_vector_var_decl x) const
inline

Definition at line 3212 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const matrix_var_decl x) const
inline

Definition at line 3217 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const unit_vector_var_decl x) const
inline

Definition at line 3223 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const simplex_var_decl x) const
inline

Definition at line 3228 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const ordered_var_decl x) const
inline

Definition at line 3233 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const positive_ordered_var_decl x) const
inline

Definition at line 3238 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const cholesky_factor_var_decl x) const
inline

Definition at line 3243 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const cholesky_corr_var_decl x) const
inline

Definition at line 3249 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const cov_matrix_var_decl x) const
inline

Definition at line 3255 of file generator.hpp.

void stan::gm::constrained_param_names_visgen::operator() ( const corr_matrix_var_decl x) const
inline

Definition at line 3261 of file generator.hpp.


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

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