Stan  2.10.0
probability, sampling & optimization
Public Member Functions | List of all members
stan::lang::constrained_param_names_visgen Struct Reference

#include <generator.hpp>

Inheritance diagram for stan::lang::constrained_param_names_visgen:
stan::lang::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::lang::visgen
 visgen (std::ostream &o)
 

Additional Inherited Members

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

Detailed Description

Definition at line 3626 of file generator.hpp.

Constructor & Destructor Documentation

stan::lang::constrained_param_names_visgen::constrained_param_names_visgen ( std::ostream &  o)
inlineexplicit

Definition at line 3627 of file generator.hpp.

Member Function Documentation

void stan::lang::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 3698 of file generator.hpp.

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

Definition at line 3630 of file generator.hpp.

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

Definition at line 3631 of file generator.hpp.

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

Definition at line 3634 of file generator.hpp.

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

Definition at line 3637 of file generator.hpp.

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

Definition at line 3642 of file generator.hpp.

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

Definition at line 3647 of file generator.hpp.

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

Definition at line 3653 of file generator.hpp.

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

Definition at line 3658 of file generator.hpp.

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

Definition at line 3663 of file generator.hpp.

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

Definition at line 3668 of file generator.hpp.

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

Definition at line 3673 of file generator.hpp.

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

Definition at line 3679 of file generator.hpp.

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

Definition at line 3685 of file generator.hpp.

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

Definition at line 3691 of file generator.hpp.


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

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