![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <multi_idx.hpp>
Public Member Functions | |
multi_idx () | |
Construct a default (nil) multi-index. More... | |
multi_idx (const expression &idxs) | |
Construct a multiple index from the specified indexes. More... | |
Public Attributes | |
expression | idxs_ |
Multiple indexes (array of integers). More... | |
Definition at line 9 of file multi_idx.hpp.
stan::lang::multi_idx::multi_idx | ( | ) |
Construct a default (nil) multi-index.
Definition at line 9 of file multi_idx_def.hpp.
stan::lang::multi_idx::multi_idx | ( | const expression & | idxs | ) |
Construct a multiple index from the specified indexes.
idxs | indexes expression (array of integers) |
Definition at line 11 of file multi_idx_def.hpp.
expression stan::lang::multi_idx::idxs_ |
Multiple indexes (array of integers).
Definition at line 13 of file multi_idx.hpp.