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

#include <ast.hpp>

Inheritance diagram for stan::lang::expression_type_vis:

Public Member Functions

expr_type operator() (const nil &e) const
 
expr_type operator() (const int_literal &e) const
 
expr_type operator() (const double_literal &e) const
 
expr_type operator() (const array_literal &e) const
 
expr_type operator() (const variable &e) const
 
expr_type operator() (const fun &e) const
 
expr_type operator() (const integrate_ode &e) const
 
expr_type operator() (const integrate_ode_control &e) const
 
expr_type operator() (const index_op &e) const
 
expr_type operator() (const index_op_sliced &e) const
 
expr_type operator() (const conditional_op &e) const
 
expr_type operator() (const binary_op &e) const
 
expr_type operator() (const unary_op &e) const
 

Detailed Description

Definition at line 231 of file ast.hpp.

Member Function Documentation

§ operator()() [1/13]

expr_type stan::lang::expression_type_vis::operator() ( const nil e) const

Definition at line 713 of file ast_def.cpp.

§ operator()() [2/13]

expr_type stan::lang::expression_type_vis::operator() ( const int_literal e) const

Definition at line 716 of file ast_def.cpp.

§ operator()() [3/13]

expr_type stan::lang::expression_type_vis::operator() ( const double_literal e) const

Definition at line 719 of file ast_def.cpp.

§ operator()() [4/13]

expr_type stan::lang::expression_type_vis::operator() ( const array_literal e) const

Definition at line 722 of file ast_def.cpp.

§ operator()() [5/13]

expr_type stan::lang::expression_type_vis::operator() ( const variable e) const

Definition at line 725 of file ast_def.cpp.

§ operator()() [6/13]

expr_type stan::lang::expression_type_vis::operator() ( const fun e) const

Definition at line 735 of file ast_def.cpp.

§ operator()() [7/13]

expr_type stan::lang::expression_type_vis::operator() ( const integrate_ode e) const

Definition at line 728 of file ast_def.cpp.

§ operator()() [8/13]

expr_type stan::lang::expression_type_vis::operator() ( const integrate_ode_control e) const

Definition at line 732 of file ast_def.cpp.

§ operator()() [9/13]

expr_type stan::lang::expression_type_vis::operator() ( const index_op e) const

Definition at line 738 of file ast_def.cpp.

§ operator()() [10/13]

expr_type stan::lang::expression_type_vis::operator() ( const index_op_sliced e) const

Definition at line 741 of file ast_def.cpp.

§ operator()() [11/13]

expr_type stan::lang::expression_type_vis::operator() ( const conditional_op e) const

Definition at line 744 of file ast_def.cpp.

§ operator()() [12/13]

expr_type stan::lang::expression_type_vis::operator() ( const binary_op e) const

Definition at line 747 of file ast_def.cpp.

§ operator()() [13/13]

expr_type stan::lang::expression_type_vis::operator() ( const unary_op e) const

Definition at line 750 of file ast_def.cpp.


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

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