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, y_is_vec > 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, bool y_is_vec>
struct stan::math::detail::bounded< T_y, T_low, T_high, T_result, y_is_vec >

Definition at line 22 of file check_bounded.hpp.

Member Function Documentation

template<typename T_y , typename T_low , typename T_high , typename T_result , bool y_is_vec>
static bool stan::math::detail::bounded< T_y, T_low, T_high, T_result, y_is_vec >::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 23 of file check_bounded.hpp.


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

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