CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
void CppAD::put_check_for_nan ( const CppAD::vector< Base > &  vec,
std::string &  file_name 
)

Stores a vector in a file when nans occur.

Parameters
vec[in] is the vector that is stored.
[out]file_nameis the file where the vector is stored

Definition at line 182 of file check_for_nan.hpp.

Referenced by CppAD::ADFun< Base >::Forward().