CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::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 86 of file recorder.hpp.
Referenced by CppAD::optimize::optimize_run().