Stan  2.14.0
probability, sampling & optimization
lub_idx.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_LUB_IDX_HPP
2 #define STAN_LANG_AST_NODE_LUB_IDX_HPP
3 
5 
6 namespace stan {
7  namespace lang {
8 
12  struct lub_idx {
17 
22 
26  lub_idx();
27 
35  lub_idx(const expression& lb,
36  const expression& ub);
37  };
38 
39  }
40 }
41 #endif
expression lb_
Lower bound.
Definition: lub_idx.hpp:16
Probability, optimization and sampling library.
expression ub_
Upper bound.
Definition: lub_idx.hpp:21
AST structure for lower and upper bounds.
Definition: lub_idx.hpp:12
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.