CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::player< Base >::reverse_csum | ( | OpCode & | op, |
const addr_t *& | op_arg, | ||
size_t & | op_index, | ||
size_t & | var_index | ||
) | [inline] |
Correct reverse_next
return values when op == CSumOp
.
op | [in] The input value of op must be the return value from the previous call to reverse_next and must be CSumOp . It is not modified. |
op_arg | [in,out] The input value of op_arg must be the return value from the previous call to reverse_next . Its output value is the beginning of the vector of argument indices for this operation. |
op_index | [in] The input value of op_index must be the return value from the previous call to reverse_next . It is not modified. |
var_index | [in] The input value of var_index must be the return value from the previous call to reverse_next . It is not modified. |
Definition at line 608 of file player.hpp.
Referenced by CppAD::ReverseSweep(), CppAD::RevHesSweep(), and CppAD::RevJacSweep().