CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
void CppAD::local::recorder< Base >::free ( void  )
inline

Frees all information in recording.

Frees the operation sequence store in this recording (the operation sequence is empty after this operation). The buffers used to store the current recording are returned to the system (so as to conserve on memory).

Definition at line 94 of file recorder.hpp.

Referenced by CppAD::local::optimize::optimize_run().