Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
is_any_nan.hpp File Reference
#include <stan/math/prim/scal/fun/is_nan.hpp>
#include <utility>

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...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.