|
CppAD: A C++ Algorithmic Differentiation Package
20130918
|
| void CppAD::player< Base >::forward_csum | ( | OpCode & | op, |
| const addr_t *& | op_arg, | ||
| size_t & | op_index, | ||
| size_t & | var_index | ||
| ) | [inline] |
Correct forward_next return values when op == CSumOp.
| op | [in] The input value of op must be the return value from the previous call to forward_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 forward_next. Its output value is the beginning of the vector of argument indices for the next operation. |
| op_index | [in] The input value of op_index does must be the return value from the previous call to forward_next. Its is not modified. |
| var_index | [in,out] The input value of var_index must be the return value from the previous call to forward_next. It is not modified. |
Definition at line 400 of file player.hpp.
Referenced by CppAD::ForJacSweep(), CppAD::forward0sweep(), and CppAD::forward1sweep().