Stan  2.14.0
probability, sampling & optimization
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 
5 
6 namespace stan {
7  namespace lang {
8 
12  struct ub_idx {
17 
21  ub_idx();
22 
28  ub_idx(const expression& ub); // NOLINT(runtime/explicit)
29  };
30 
31  }
32 }
33 #endif
expression ub_
Upper bound.
Definition: ub_idx.hpp:16
Probability, optimization and sampling library.
AST structure for holding an upper-bound index.
Definition: ub_idx.hpp:12
ub_idx()
Construct a default (nil valued) upper-bound index.
Definition: ub_idx_def.hpp:9

     [ Stan Home Page ] © 2011–2016, Stan Development Team.