Stan  1.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::gm::range Struct Reference

#include <ast.hpp>

Public Member Functions

 range ()
 
 range (expression const &low, expression const &high)
 
bool has_low () const
 
bool has_high () const
 

Public Attributes

expression low_
 
expression high_
 

Detailed Description

Definition at line 348 of file ast.hpp.

Constructor & Destructor Documentation

◆ range() [1/2]

stan::gm::range::range ( )

Definition at line 537 of file ast_def.cpp.

◆ range() [2/2]

stan::gm::range::range ( expression const &  low,
expression const &  high 
)

Definition at line 538 of file ast_def.cpp.

Member Function Documentation

◆ has_high()

bool stan::gm::range::has_high ( ) const

Definition at line 546 of file ast_def.cpp.

◆ has_low()

bool stan::gm::range::has_low ( ) const

Definition at line 543 of file ast_def.cpp.

Member Data Documentation

◆ high_

expression stan::gm::range::high_

Definition at line 350 of file ast.hpp.

◆ low_

expression stan::gm::range::low_

Definition at line 349 of file ast.hpp.


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

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