Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
node
lub_idx_def.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_NODE_LUB_IDX_DEF_HPP
2
#define STAN_LANG_AST_NODE_LUB_IDX_DEF_HPP
3
4
#include <
stan/lang/ast.hpp
>
5
6
namespace
stan
{
7
namespace
lang {
8
9
lub_idx::lub_idx
() { }
10
11
lub_idx::lub_idx
(
const
expression
& lb,
const
expression
& ub)
12
:
lb_
(lb),
ub_
(ub) { }
13
14
}
15
}
16
#endif
stan::lang::lub_idx::lb_
expression lb_
Lower bound.
Definition:
lub_idx.hpp:16
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::expression
Definition:
expression.hpp:41
stan::lang::lub_idx::ub_
expression ub_
Upper bound.
Definition:
lub_idx.hpp:21
ast.hpp
stan::lang::lub_idx::lub_idx
lub_idx()
Construct a default (nil valued) lower and upper bound index.
Definition:
lub_idx_def.hpp:9
[
Stan Home Page
]
© 2011–2016, Stan Development Team.