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

#include <generator.hpp>

Inheritance diagram for stan::lang::set_param_ranges_visgen:
stan::lang::visgen

Public Member Functions

 set_param_ranges_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_increment_i (std::vector< expression > dims) const
 
void generate_increment (std::vector< expression > dims) const
 
void generate_increment (expression K, std::vector< expression > dims) const
 
void generate_increment (expression M, expression N, 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 2888 of file generator.hpp.

Constructor & Destructor Documentation

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

Definition at line 2889 of file generator.hpp.

Member Function Documentation

void stan::lang::set_param_ranges_visgen::generate_increment ( std::vector< expression dims) const
inline

Definition at line 3027 of file generator.hpp.

void stan::lang::set_param_ranges_visgen::generate_increment ( expression  K,
std::vector< expression dims 
) const
inline

Definition at line 3039 of file generator.hpp.

void stan::lang::set_param_ranges_visgen::generate_increment ( expression  M,
expression  N,
std::vector< expression dims 
) const
inline

Definition at line 3049 of file generator.hpp.

void stan::lang::set_param_ranges_visgen::generate_increment_i ( std::vector< expression dims) const
inline

Definition at line 3015 of file generator.hpp.

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

Definition at line 2892 of file generator.hpp.

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

Definition at line 2893 of file generator.hpp.

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

Definition at line 2916 of file generator.hpp.

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

Definition at line 2919 of file generator.hpp.

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

Definition at line 2922 of file generator.hpp.

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

Definition at line 2925 of file generator.hpp.

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

Definition at line 2928 of file generator.hpp.

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

Definition at line 2938 of file generator.hpp.

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

Definition at line 2949 of file generator.hpp.

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

Definition at line 2952 of file generator.hpp.

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

Definition at line 2955 of file generator.hpp.

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

Definition at line 2974 of file generator.hpp.

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

Definition at line 2987 of file generator.hpp.

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

Definition at line 3002 of file generator.hpp.


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

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