CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base>
void 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 84 of file recorder.hpp.

Referenced by optimize().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines