Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
node
uni_idx_def.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_NODE_UNI_IDX_DEF_HPP
2
#define STAN_LANG_AST_NODE_UNI_IDX_DEF_HPP
3
4
#include <
stan/lang/ast.hpp
>
5
6
namespace
stan
{
7
namespace
lang {
8
9
uni_idx::uni_idx
() { }
10
11
uni_idx::uni_idx
(
const
expression
&
idx
) :
idx_
(idx) { }
12
13
}
14
}
15
#endif
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::expression
Definition:
expression.hpp:41
stan::lang::uni_idx::uni_idx
uni_idx()
Construct a default unary index.
Definition:
uni_idx_def.hpp:9
stan::lang::uni_idx::idx_
expression idx_
Index.
Definition:
uni_idx.hpp:16
stan::lang::idx
AST variant structure for indexes, holding any of a unary, multi, omni, lower-bound, upper-bound, or lower- and upper-bound index.
Definition:
idx.hpp:20
ast.hpp
[
Stan Home Page
]
© 2011–2016, Stan Development Team.