CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
size_t CppAD::ADFun< Base >::compare_change_number_
private

If compare_change_count_ is zero, compare_change_number_ is also zero. Otherwise, it is set to the number of comparison operations that had a different result during the subsequent zero order forward.

Definition at line 86 of file ad_fun.hpp.

Referenced by CppAD::ADFun< double >::compare_change_count(), CppAD::ADFun< double >::compare_change_number(), CppAD::ADFun< double >::CompareChange(), and CppAD::ADFun< Base >::operator=().