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

#include <generator.hpp>

Inheritance diagram for stan::lang::write_dims_visgen:
stan::lang::visgen

Public Member Functions

 write_dims_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_dims_array (const std::vector< expression > &matrix_dims_exprs, const std::vector< expression > &array_dims_exprs) 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 3595 of file generator.hpp.

Constructor & Destructor Documentation

§ write_dims_visgen()

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

Definition at line 3596 of file generator.hpp.

Member Function Documentation

§ generate_dims_array()

void stan::lang::write_dims_visgen::generate_dims_array ( const std::vector< expression > &  matrix_dims_exprs,
const std::vector< expression > &  array_dims_exprs 
) const
inline

Definition at line 3667 of file generator.hpp.

§ operator()() [1/14]

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

Definition at line 3599 of file generator.hpp.

§ operator()() [2/14]

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

Definition at line 3600 of file generator.hpp.

§ operator()() [3/14]

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

Definition at line 3603 of file generator.hpp.

§ operator()() [4/14]

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

Definition at line 3606 of file generator.hpp.

§ operator()() [5/14]

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

Definition at line 3611 of file generator.hpp.

§ operator()() [6/14]

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

Definition at line 3616 of file generator.hpp.

§ operator()() [7/14]

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

Definition at line 3622 of file generator.hpp.

§ operator()() [8/14]

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

Definition at line 3627 of file generator.hpp.

§ operator()() [9/14]

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

Definition at line 3632 of file generator.hpp.

§ operator()() [10/14]

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

Definition at line 3637 of file generator.hpp.

§ operator()() [11/14]

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

Definition at line 3642 of file generator.hpp.

§ operator()() [12/14]

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

Definition at line 3648 of file generator.hpp.

§ operator()() [13/14]

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

Definition at line 3654 of file generator.hpp.

§ operator()() [14/14]

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

Definition at line 3660 of file generator.hpp.


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

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