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

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

Detailed Description

AST structure for holding an upper-bound index.

Definition at line 12 of file ub_idx.hpp.

Constructor & Destructor Documentation

§ ub_idx() [1/2]

stan::lang::ub_idx::ub_idx ( )

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

Definition at line 9 of file ub_idx_def.hpp.

§ ub_idx() [2/2]

stan::lang::ub_idx::ub_idx ( const expression ub)

Construct an upper-bound index with specified bound.

Parameters
ubupper bound

Definition at line 11 of file ub_idx_def.hpp.

Member Data Documentation

§ ub_

expression stan::lang::ub_idx::ub_

Upper bound.

Definition at line 16 of file ub_idx.hpp.


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

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