Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
node
ub_idx.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_NODE_UB_IDX_HPP
2
#define STAN_LANG_AST_NODE_UB_IDX_HPP
3
4
#include <
stan/lang/ast/node/expression.hpp
>
5
6
namespace
stan
{
7
namespace
lang {
8
12
struct
ub_idx
{
16
expression
ub_
;
17
21
ub_idx
();
22
28
ub_idx
(
const
expression
& ub);
// NOLINT(runtime/explicit)
29
};
30
31
}
32
}
33
#endif
stan::lang::ub_idx::ub_
expression ub_
Upper bound.
Definition:
ub_idx.hpp:16
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::expression
Definition:
expression.hpp:41
expression.hpp
stan::lang::ub_idx
AST structure for holding an upper-bound index.
Definition:
ub_idx.hpp:12
stan::lang::ub_idx::ub_idx
ub_idx()
Construct a default (nil valued) upper-bound index.
Definition:
ub_idx_def.hpp:9
[
Stan Home Page
]
© 2011–2016, Stan Development Team.