Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::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 476 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::range::range ( )

Definition at line 1156 of file ast_def.cpp.

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

Definition at line 1157 of file ast_def.cpp.

Member Function Documentation

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

Definition at line 1165 of file ast_def.cpp.

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

Definition at line 1162 of file ast_def.cpp.

Member Data Documentation

expression stan::lang::range::high_

Definition at line 478 of file ast.hpp.

expression stan::lang::range::low_

Definition at line 477 of file ast.hpp.


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

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