Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return true
if y
is less or equal to high
.
This function is vectorized and will check each element of y
against each element of high
.
T_y | Type of y |
T_high | Type of upper bound |
y | Variable to check |
high | Upper bound |
true
if y is less than or equal to low and if and element of y or high is NaN Definition at line 26 of file is_less_or_equal.hpp.