Stan Math Library  2.8.0
reverse mode automatic differentiation
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Groups
Static Public Member Functions | List of all members
stan::math::detail::bounded< T_y, T_low, T_high, y_is_vec > Struct Template Reference

#include <check_bounded.hpp>

Static Public Member Functions

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

Detailed Description

template<typename T_y, typename T_low, typename T_high, bool y_is_vec>
struct stan::math::detail::bounded< T_y, T_low, T_high, y_is_vec >

Definition at line 24 of file check_bounded.hpp.

Member Function Documentation

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

Definition at line 25 of file check_bounded.hpp.


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

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