Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
stan::math::detail::bounded< T_y, T_low, T_high, T_result, true > Struct Template Reference

#include <check_bounded.hpp>

Static Public Member Functions

static bool check (const char *function, const T_y &y, const T_low &low, const T_high &high, const char *name, T_result *result)
 

Detailed Description

template<typename T_y, typename T_low, typename T_high, typename T_result>
struct stan::math::detail::bounded< T_y, T_low, T_high, T_result, true >

Definition at line 51 of file check_bounded.hpp.

Member Function Documentation

template<typename T_y , typename T_low , typename T_high , typename T_result >
static bool stan::math::detail::bounded< T_y, T_low, T_high, T_result, true >::check ( const char *  function,
const T_y &  y,
const T_low &  low,
const T_high &  high,
const char *  name,
T_result *  result 
)
inlinestatic

Definition at line 52 of file check_bounded.hpp.


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

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