![]() |
Stan
2.13.1
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::lang::index_op::index_op | ( | ) |
Definition at line 1160 of file ast_def.cpp.
| stan::lang::index_op::index_op | ( | const expression & | expr, |
| const std::vector< std::vector< expression > > & | dimss | ||
| ) |
Definition at line 1161 of file ast_def.cpp.
| void stan::lang::index_op::infer_type | ( | ) |
Definition at line 1167 of file ast_def.cpp.
| std::vector<std::vector<expression> > stan::lang::index_op::dimss_ |
| expression stan::lang::index_op::expr_ |