|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| void CppAD::put_check_for_nan | ( | const CppAD::vector< Base > & | vec, |
| std::string & | file_name | ||
| ) |
Stores a vector in a file when nans occur.
| vec | [in] is the vector that is stored. | |
| [out] | file_name | is the file where the vector is stored |
Definition at line 182 of file check_for_nan.hpp.
Referenced by CppAD::ADFun< Base >::Forward().