CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base>
void CppAD::player< Base >::reverse_cskip ( OpCode op,
const addr_t *&  op_arg,
size_t &  op_index,
size_t &  var_index 
) [inline]

Correct reverse_next return values when op == CSkipOp.

Parameters:
op[int] The input value of op must be the return value from the previous call to reverse_next and must be CSkipOp. 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 655 of file player.hpp.

Referenced by CppAD::ReverseSweep(), CppAD::RevHesSweep(), and CppAD::RevJacSweep().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines