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