#include <check_bounded.hpp>
|
| static bool | check (const char *function, const T_y &y, const T_low &low, const T_high &high, const char *name, T_result *result) |
| |
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.
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 |
The documentation for this struct was generated from the following file: