![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
bool | stan::math::is_any_nan (const T &x) |
Returns true if the input is NaN and false otherwise. More... | |
template<typename T , typename... Ts> | |
bool | stan::math::is_any_nan (const T &x, const Ts &... xs) |
Returns true if any input is NaN and false otherwise. More... | |