Stan  2.14.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::lub_idx Struct Reference

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...
 

Detailed Description

AST structure for lower and upper bounds.

Definition at line 12 of file lub_idx.hpp.

Constructor & Destructor Documentation

§ lub_idx() [1/2]

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.

§ lub_idx() [2/2]

stan::lang::lub_idx::lub_idx ( const expression lb,
const expression ub 
)

Construt a lower and upper bound index with the specified bounds.

Parameters
lblower bound
ubupper bound

Definition at line 11 of file lub_idx_def.hpp.

Member Data Documentation

§ lb_

expression stan::lang::lub_idx::lb_

Lower bound.

Definition at line 16 of file lub_idx.hpp.

§ ub_

expression stan::lang::lub_idx::ub_

Upper bound.

Definition at line 21 of file lub_idx.hpp.


The documentation for this struct was generated from the following files:

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