CppAD: A C++ Algorithmic Differentiation Package
20130918
|
size_t CppAD::recorder< Base >::PutLoadOp | ( | OpCode | op | ) | [inline] |
Put a vecad load operator in the operation sequence (special case)
Put next LdpOp or LdvOp operator in operation sequence (special cases).
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 be LdpOp or LdvOp). |
NumRes(op)
num_load_op_rec()
increases by one after each call to this function (and starts at zero after the default constructor or Erase). Definition at line 224 of file recorder.hpp.
Referenced by CppAD::optimize::optimize_run().