![]() |
Stan
2.14.0
probability, sampling & optimization
|
Structure for an indexing from a minimum index (inclusive) to a maximum index (inclusive). More...
#include <index.hpp>
Public Member Functions | |
| index_min_max (int min, int max) | |
| Construct an indexing from the specified minimum index (inclusive) and maximum index (inclusive). More... | |
Public Attributes | |
| int | min_ |
| int | max_ |
Structure for an indexing from a minimum index (inclusive) to a maximum index (inclusive).
|
inlineexplicit |