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

Gets a vector that was stored by put_check_for_nan.

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

Definition at line 222 of file check_for_nan.hpp.