CppAD: A C++ Algorithmic Differentiation Package
20130102
|
void player< Base >::forward_csum | ( | OpCode & | op, |
const addr_t *& | op_arg, | ||
size_t & | op_index, | ||
size_t & | var_index | ||
) | [inline] |
Correct next_forward
return values when op == CSumOp
.
op | The input value of op must be the return value from the previous call to next_forward and must be CSumOp . |
op_arg | The input value of *op_arg must be the return value from the previous call to next_forward . Its output value is the beginning of the vector of argument indices for this operation. |
op_index | The input value of op_index does must be the return value from the previous call to next_forward . Its output value is the index of this operator in the recording. |
var_index | The input value of var_index must be the return value from the previous call to next_forward . Its output value is the index of the primary (last) result corresponding to this. |
Definition at line 404 of file player.hpp.
Referenced by ForJacSweep(), forward0sweep(), and forward_sweep().