![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| index_op () | |
| index_op (const expression &expr, const std::vector< std::vector< expression > > &dimss) | |
| void | infer_type () |
Public Attributes | |
| expression | expr_ |
| std::vector< std::vector < expression > > | dimss_ |
| expr_type | type_ |
| stan::gm::index_op::index_op | ( | ) |
Definition at line 900 of file ast_def.cpp.
| stan::gm::index_op::index_op | ( | const expression & | expr, |
| const std::vector< std::vector< expression > > & | dimss | ||
| ) |
Definition at line 901 of file ast_def.cpp.
| void stan::gm::index_op::infer_type | ( | ) |
Definition at line 907 of file ast_def.cpp.
| std::vector<std::vector<expression> > stan::gm::index_op::dimss_ |
| expression stan::gm::index_op::expr_ |