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

Correct forward_next return values when op == CSkipOp.

Parameters:
op[in] The input value of op must be the return value from the previous call to forward_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 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 449 of file player.hpp.

Referenced by CppAD::ForJacSweep(), CppAD::forward0sweep(), and CppAD::forward1sweep().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines