CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Start recording the next operator in the operation sequence.
This sets the op code for the next operation in this recording. This call must be followed by putting the corresponding
NumArg(op)
argument indices in the recording.
op | Is the op code corresponding to the the operation that is being recorded. |
NumRes(op)
Definition at line 158 of file recorder.hpp.
Referenced by optimize(), optimize_record_csum(), optimize_record_pv(), optimize_record_vp(), and optimize_record_vv().