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