Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
check_not_nan.hpp File Reference
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/err/domain_error.hpp>
#include <stan/math/prim/scal/err/domain_error_vec.hpp>
#include <stan/math/prim/scal/fun/value_of_rec.hpp>
#include <stan/math/prim/scal/fun/is_nan.hpp>

Go to the source code of this file.

Classes

struct  stan::math::internal::not_nan< T_y, is_vec >
 
struct  stan::math::internal::not_nan< T_y, true >
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

template<typename T_y >
void stan::math::check_not_nan (const char *function, const char *name, const T_y &y)
 Check if y is not NaN. More...
 

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