Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return true
if y
is not NaN
.
This function is vectorized and will check each element of y
. If no element is NaN
, this function will return true
.
T_y | Type of y |
y | Variable to check |
true
if no element of y is NaN Definition at line 23 of file is_not_nan.hpp.