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

#include <ast.hpp>

Inheritance diagram for stan::lang::var_decl_def_vis:

Public Member Functions

 var_decl_def_vis ()
 
expression operator() (const nil &x) const
 
expression operator() (const int_var_decl &x) const
 
expression operator() (const double_var_decl &x) const
 
expression operator() (const vector_var_decl &x) const
 
expression operator() (const row_vector_var_decl &x) const
 
expression operator() (const matrix_var_decl &x) const
 
expression operator() (const simplex_var_decl &x) const
 
expression operator() (const unit_vector_var_decl &x) const
 
expression operator() (const ordered_var_decl &x) const
 
expression operator() (const positive_ordered_var_decl &x) const
 
expression operator() (const cholesky_factor_var_decl &x) const
 
expression operator() (const cholesky_corr_var_decl &x) const
 
expression operator() (const cov_matrix_var_decl &x) const
 
expression operator() (const corr_matrix_var_decl &x) const
 

Detailed Description

Definition at line 798 of file ast.hpp.

Constructor & Destructor Documentation

§ var_decl_def_vis()

stan::lang::var_decl_def_vis::var_decl_def_vis ( )

Definition at line 1734 of file ast_def.cpp.

Member Function Documentation

§ operator()() [1/14]

expression stan::lang::var_decl_def_vis::operator() ( const nil x) const

Definition at line 1735 of file ast_def.cpp.

§ operator()() [2/14]

expression stan::lang::var_decl_def_vis::operator() ( const int_var_decl x) const

Definition at line 1739 of file ast_def.cpp.

§ operator()() [3/14]

expression stan::lang::var_decl_def_vis::operator() ( const double_var_decl x) const

Definition at line 1743 of file ast_def.cpp.

§ operator()() [4/14]

expression stan::lang::var_decl_def_vis::operator() ( const vector_var_decl x) const

Definition at line 1747 of file ast_def.cpp.

§ operator()() [5/14]

expression stan::lang::var_decl_def_vis::operator() ( const row_vector_var_decl x) const

Definition at line 1751 of file ast_def.cpp.

§ operator()() [6/14]

expression stan::lang::var_decl_def_vis::operator() ( const matrix_var_decl x) const

Definition at line 1755 of file ast_def.cpp.

§ operator()() [7/14]

expression stan::lang::var_decl_def_vis::operator() ( const simplex_var_decl x) const

Definition at line 1763 of file ast_def.cpp.

§ operator()() [8/14]

expression stan::lang::var_decl_def_vis::operator() ( const unit_vector_var_decl x) const

Definition at line 1759 of file ast_def.cpp.

§ operator()() [9/14]

expression stan::lang::var_decl_def_vis::operator() ( const ordered_var_decl x) const

Definition at line 1767 of file ast_def.cpp.

§ operator()() [10/14]

expression stan::lang::var_decl_def_vis::operator() ( const positive_ordered_var_decl x) const

Definition at line 1771 of file ast_def.cpp.

§ operator()() [11/14]

expression stan::lang::var_decl_def_vis::operator() ( const cholesky_factor_var_decl x) const

Definition at line 1775 of file ast_def.cpp.

§ operator()() [12/14]

expression stan::lang::var_decl_def_vis::operator() ( const cholesky_corr_var_decl x) const

Definition at line 1779 of file ast_def.cpp.

§ operator()() [13/14]

expression stan::lang::var_decl_def_vis::operator() ( const cov_matrix_var_decl x) const

Definition at line 1783 of file ast_def.cpp.

§ operator()() [14/14]

expression stan::lang::var_decl_def_vis::operator() ( const corr_matrix_var_decl x) const

Definition at line 1787 of file ast_def.cpp.


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

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