1 #ifndef STAN_MODEL_INDEXING_RVALUE_INDEX_SIZE_HPP
2 #define STAN_MODEL_INDEXING_RVALUE_INDEX_SIZE_HPP
20 return idx.
ns_.size();
44 return size - idx.
min_ + 1;
int rvalue_index_size(const index_multi &idx, int size)
Return size of specified multi-index.
Probability, optimization and sampling library.
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)...