![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <vector>
Go to the source code of this file.
Classes | |
struct | stan::model::index_uni |
Structure for an indexing consisting of a single index. More... | |
struct | stan::model::index_multi |
Structure for an indexing consisting of multiple indexes. More... | |
struct | stan::model::index_omni |
Structure for an indexing that consists of all indexes for a container. More... | |
struct | stan::model::index_min |
Structure for an indexing from a minimum index (inclusive) to the end of a container. More... | |
struct | stan::model::index_max |
Structure for an indexing from the start of a container to a specified maximum index (inclusive). More... | |
struct | stan::model::index_min_max |
Structure for an indexing from a minimum index (inclusive) to a maximum index (inclusive). More... | |
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::model | |
For compiling models. | |