CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
void CppAD::local::forward_eqvv_op_0 ( size_t &  count,
const addr_t *  arg,
const Base *  parameter,
size_t  cap_order,
Base *  taylor 
)
inline

Zero order forward mode comparison check that left == right.

Parameters
countIt the condition is not true, ths counter is incremented by one.
argtaylor[ arg[0] * cap_order + 0 ] is the zero order Taylor coefficient for the left operand and taylor[ arg[1] * cap_order + 0 ] is the zero order Taylor coefficient for the right operand.
parametervector of parameter values.
cap_ordernumber of Taylor coefficients allocated for each variable
taylorvector of taylor coefficients.

Definition at line 238 of file comp_op.hpp.

Referenced by forward0sweep(), and forward1sweep().