![]() |
Stan
2.14.0
probability, sampling & optimization
|
AST structure for holding a lower-bound index. More...
#include <lb_idx.hpp>
Public Member Functions | |
| lb_idx () | |
| Construct a default lower-bound index (nil valued). More... | |
| lb_idx (const expression &lb) | |
| Construct a lower-bound index with specified lower bound. More... | |
Public Attributes | |
| expression | lb_ |
| Lower bound. More... | |
AST structure for holding a lower-bound index.
Definition at line 12 of file lb_idx.hpp.
| stan::lang::lb_idx::lb_idx | ( | ) |
Construct a default lower-bound index (nil valued).
Definition at line 9 of file lb_idx_def.hpp.
| stan::lang::lb_idx::lb_idx | ( | const expression & | lb | ) |
Construct a lower-bound index with specified lower bound.
| lb | lower bound |
Definition at line 11 of file lb_idx_def.hpp.
| expression stan::lang::lb_idx::lb_ |
Lower bound.
Definition at line 16 of file lb_idx.hpp.