Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
node
omni_idx.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_NODE_OMNI_IDX_HPP
2
#define STAN_LANG_AST_NODE_OMNI_IDX_HPP
3
4
namespace
stan
{
5
namespace
lang {
6
10
struct
omni_idx
{
14
omni_idx
();
15
};
16
17
}
18
}
19
#endif
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::omni_idx::omni_idx
omni_idx()
Construct an omni-index.
Definition:
omni_idx_def.hpp:9
stan::lang::omni_idx
AST structure for representing all legal indexes.
Definition:
omni_idx.hpp:10
[
Stan Home Page
]
© 2011–2016, Stan Development Team.