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

#include <generator.hpp>

Inheritance diagram for stan::lang::validate_transformed_params_visgen:
stan::lang::visgen

Public Member Functions

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

Public Attributes

int indents_
 
- Public Attributes inherited from stan::lang::visgen
std::ostream & o_
 

Additional Inherited Members

- Public Types inherited from stan::lang::visgen
typedef void result_type
 

Detailed Description

Definition at line 1644 of file generator.hpp.

Constructor & Destructor Documentation

stan::lang::validate_transformed_params_visgen::validate_transformed_params_visgen ( int  indents,
std::ostream &  o 
)
inline

Definition at line 1646 of file generator.hpp.

Member Function Documentation

void stan::lang::validate_transformed_params_visgen::operator() ( nil const &  ) const
inline

Definition at line 1651 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( int_var_decl const &  x) const
inline

Definition at line 1652 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( double_var_decl const &  x) const
inline

Definition at line 1656 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( vector_var_decl const &  x) const
inline

Definition at line 1660 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( unit_vector_var_decl const &  x) const
inline

Definition at line 1665 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( simplex_var_decl const &  x) const
inline

Definition at line 1670 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( ordered_var_decl const &  x) const
inline

Definition at line 1675 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( positive_ordered_var_decl const &  x) const
inline

Definition at line 1680 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( row_vector_var_decl const &  x) const
inline

Definition at line 1685 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( matrix_var_decl const &  x) const
inline

Definition at line 1690 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( cholesky_factor_var_decl const &  x) const
inline

Definition at line 1696 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( cholesky_corr_var_decl const &  x) const
inline

Definition at line 1702 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( cov_matrix_var_decl const &  x) const
inline

Definition at line 1708 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::operator() ( corr_matrix_var_decl const &  x) const
inline

Definition at line 1714 of file generator.hpp.

void stan::lang::validate_transformed_params_visgen::validate_array ( const std::string &  name,
const std::vector< expression > &  dims,
size_t  matrix_dims 
) const
inline

Definition at line 1720 of file generator.hpp.

Member Data Documentation

int stan::lang::validate_transformed_params_visgen::indents_

Definition at line 1645 of file generator.hpp.


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

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