1 #ifndef STAN_MODEL_INDEXING_RVALUE_AT_HPP
2 #define STAN_MODEL_INDEXING_RVALUE_AT_HPP
Probability, optimization and sampling library.
int rvalue_at(int n, const index_multi &idx)
Return the index in the underlying array corresponding to the specified position in the specified mul...
Structure for an indexing consisting of multiple indexes.
Structure for an indexing from a minimum index (inclusive) to a maximum index (inclusive).
Structure for an indexing from a minimum index (inclusive) to the end of a container.
Structure for an indexing that consists of all indexes for a container.
Structure for an indexing from the start of a container to a specified maximum index (inclusive)...