Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 401 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 931 of file ast_def.cpp.

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

Definition at line 932 of file ast_def.cpp.

Member Function Documentation

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

Definition at line 940 of file ast_def.cpp.

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

Definition at line 937 of file ast_def.cpp.

Member Data Documentation

expression stan::gm::range::high_

Definition at line 403 of file ast.hpp.

expression stan::gm::range::low_

Definition at line 402 of file ast.hpp.


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

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