Stan  2.10.0
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 224 of file ast.hpp.

Member Function Documentation

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

Definition at line 660 of file ast_def.cpp.

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

Definition at line 663 of file ast_def.cpp.

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

Definition at line 666 of file ast_def.cpp.

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

Definition at line 669 of file ast_def.cpp.

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

Definition at line 672 of file ast_def.cpp.

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

Definition at line 682 of file ast_def.cpp.

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

Definition at line 675 of file ast_def.cpp.

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

Definition at line 679 of file ast_def.cpp.

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

Definition at line 685 of file ast_def.cpp.

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

Definition at line 688 of file ast_def.cpp.

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

Definition at line 691 of file ast_def.cpp.

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

Definition at line 694 of file ast_def.cpp.

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

Definition at line 697 of file ast_def.cpp.


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

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