![]() |
Stan
2.14.0
probability, sampling & optimization
|
AST structure to hold a single array or matrix/vector index. More...
#include <uni_idx.hpp>
Public Member Functions | |
| uni_idx () | |
| Construct a default unary index. More... | |
| uni_idx (const expression &idx) | |
| Construct a unary index with the specified value. More... | |
Public Attributes | |
| expression | idx_ |
| Index. More... | |
AST structure to hold a single array or matrix/vector index.
Definition at line 12 of file uni_idx.hpp.
| stan::lang::uni_idx::uni_idx | ( | ) |
Construct a default unary index.
Definition at line 9 of file uni_idx_def.hpp.
| stan::lang::uni_idx::uni_idx | ( | const expression & | idx | ) |
Construct a unary index with the specified value.
| idx | index |
Definition at line 11 of file uni_idx_def.hpp.
| expression stan::lang::uni_idx::idx_ |
Index.
Definition at line 16 of file uni_idx.hpp.