Prev Next

Abort Recording of an Operation Sequence

Syntax
AD<Base>::abort_recording()

Purpose
Sometimes it is necessary to abort the recording of an operation sequence that started with a call of the form
     Independent(
x)
If such a recording is currently in progress, this operation will stop the recording and delete the corresponding information.

Example
The file abort_recording.cpp contains an example and test of this operation. It returns true if it succeeds and false otherwise.
Input File: cppad/local/abort_recording.hpp