CppAD: A C++ Algorithmic Differentiation Package
20130918
|
size_t CppAD::recorder< Base >::PutOp | ( | OpCode | op | ) | [inline] |
Put 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 (which must not be LdpOp or LdvOp). |
NumRes(op)
Definition at line 177 of file recorder.hpp.
Referenced by CppAD::optimize::optimize_run(), CppAD::optimize::record_csum(), CppAD::optimize::record_pv(), CppAD::optimize::record_vp(), and CppAD::optimize::record_vv().