CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base>
void recorder< Base >::Erase ( void  ) [inline]

Erase all information in recording.

Erases 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 134 of file recorder.hpp.

Referenced by optimize().