![]() |
Stan
2.10.0
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 1118 of file ast_def.cpp.
stan::lang::index_op_sliced::index_op_sliced | ( | const expression & | expr, |
const std::vector< idx > & | idxs | ||
) |
Definition at line 1119 of file ast_def.cpp.
void stan::lang::index_op_sliced::infer_type | ( | ) |
Definition at line 1122 of file ast_def.cpp.
expression stan::lang::index_op_sliced::expr_ |