![]() |
Stan
2.13.1
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| index_op_sliced () | |
| index_op_sliced (const expression &expr, const std::vector< idx > &idxs) | |
| void | infer_type () |
Public Attributes | |
| expression | expr_ |
| std::vector< idx > | idxs_ |
| expr_type | type_ |
| stan::lang::index_op_sliced::index_op_sliced | ( | ) |
Definition at line 1171 of file ast_def.cpp.
| stan::lang::index_op_sliced::index_op_sliced | ( | const expression & | expr, |
| const std::vector< idx > & | idxs | ||
| ) |
Definition at line 1172 of file ast_def.cpp.
| void stan::lang::index_op_sliced::infer_type | ( | ) |
Definition at line 1175 of file ast_def.cpp.
| expression stan::lang::index_op_sliced::expr_ |