|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
Go to the source code of this file.
Namespaces | |
| CppAD | |
| contains all the variables and functions defined by the CppAD package. | |
Functions | |
| 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. More... | |
| 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. More... | |