Stan  2.14.0
probability, sampling & optimization
lb_idx.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_LB_IDX_HPP
2 #define STAN_LANG_AST_NODE_LB_IDX_HPP
3 
5 
6 namespace stan {
7  namespace lang {
8 
12  struct lb_idx {
17 
21  lb_idx();
22 
28  lb_idx(const expression& lb); // NOLINT(runtime/explicit)
29  };
30 
31  }
32 }
33 #endif
Probability, optimization and sampling library.
lb_idx()
Construct a default lower-bound index (nil valued).
Definition: lb_idx_def.hpp:9
expression lb_
Lower bound.
Definition: lb_idx.hpp:16
AST structure for holding a lower-bound index.
Definition: lb_idx.hpp:12

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