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

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

Detailed Description

AST structure for holding a lower-bound index.

Definition at line 12 of file lb_idx.hpp.

Constructor & Destructor Documentation

§ lb_idx() [1/2]

stan::lang::lb_idx::lb_idx ( )

Construct a default lower-bound index (nil valued).

Definition at line 9 of file lb_idx_def.hpp.

§ lb_idx() [2/2]

stan::lang::lb_idx::lb_idx ( const expression lb)

Construct a lower-bound index with specified lower bound.

Parameters
lblower bound

Definition at line 11 of file lb_idx_def.hpp.

Member Data Documentation

§ lb_

expression stan::lang::lb_idx::lb_

Lower bound.

Definition at line 16 of file lb_idx.hpp.


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

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