![]() |
Stan
2.14.0
probability, sampling & optimization
|
AST structure for lower and upper bounds. More...
#include <lub_idx.hpp>
Public Member Functions | |
| lub_idx () | |
| Construct a default (nil valued) lower and upper bound index. More... | |
| lub_idx (const expression &lb, const expression &ub) | |
| Construt a lower and upper bound index with the specified bounds. More... | |
Public Attributes | |
| expression | lb_ |
| Lower bound. More... | |
| expression | ub_ |
| Upper bound. More... | |
AST structure for lower and upper bounds.
Definition at line 12 of file lub_idx.hpp.
| stan::lang::lub_idx::lub_idx | ( | ) |
Construct a default (nil valued) lower and upper bound index.
Definition at line 9 of file lub_idx_def.hpp.
| stan::lang::lub_idx::lub_idx | ( | const expression & | lb, |
| const expression & | ub | ||
| ) |
Construt a lower and upper bound index with the specified bounds.
| lb | lower bound |
| ub | upper bound |
Definition at line 11 of file lub_idx_def.hpp.
| expression stan::lang::lub_idx::lb_ |
Lower bound.
Definition at line 16 of file lub_idx.hpp.
| expression stan::lang::lub_idx::ub_ |
Upper bound.
Definition at line 21 of file lub_idx.hpp.