![]() |
Stan
2.10.0
probability, sampling & optimization
|
Structure for an indexing consisting of multiple indexes. More...
#include <index.hpp>
Public Member Functions | |
index_multi (const std::vector< int > &ns) | |
Construct a multiple indexing from the specified indexes. More... | |
Public Attributes | |
std::vector< int > | ns_ |
Structure for an indexing consisting of multiple indexes.
The indexes do not need to be unique or in order.
|
inlineexplicit |