Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ is_scal_finite()

template<typename T_y >
bool stan::math::is_scal_finite ( const T_y &  y)
inline

Return true if y is finite.

This function is vectorized and will check each element of y.

Template Parameters
T_yType of y
Parameters
yVariable to check
Exceptions
<code>true</code>if y is not infinity, -infinity, or NaN

Definition at line 22 of file is_scal_finite.hpp.