![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <stan/model/indexing/index.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::model | |
For compiling models. | |
Functions | |
int | stan::model::rvalue_at (int n, const index_multi &idx) |
Return the index in the underlying array corresponding to the specified position in the specified multi-index. More... | |
int | stan::model::rvalue_at (int n, const index_omni &idx) |
Return the index in the underlying array corresponding to the specified position in the specified omni-index. More... | |
int | stan::model::rvalue_at (int n, const index_min &idx) |
Return the index in the underlying array corresponding to the specified position in the specified min-index. More... | |
int | stan::model::rvalue_at (int n, const index_max &idx) |
Return the index in the underlying array corresponding to the specified position in the specified max-index. More... | |
int | stan::model::rvalue_at (int n, const index_min_max &idx) |
Return the index in the underlying array corresponding to the specified position in the specified min-max-index. More... | |