![]() |
Stan
2.14.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_index_size (const index_multi &idx, int size) |
| Return size of specified multi-index. More... | |
| int | stan::model::rvalue_index_size (const index_omni &idx, int size) |
| Return size of specified omni-index for specified size of input. More... | |
| int | stan::model::rvalue_index_size (const index_min &idx, int size) |
| Return size of specified min index for specified size of input. More... | |
| int | stan::model::rvalue_index_size (const index_max &idx, int size) |
| Return size of specified max index. More... | |
| int | stan::model::rvalue_index_size (const index_min_max &idx, int size) |
| Return size of specified min - max index. More... | |