CppAD: A C++ Algorithmic Differentiation Package
20130102
|
void ADTape< Base >::RecordCompare | ( | enum CompareOp | cop, |
bool | result, | ||
const AD< Base > & | left, | ||
const AD< Base > & | right | ||
) | [private] |
All these operations are done in Rec_
, so we should move this routine to recorder<Base>
.
Definition at line 140 of file compare.hpp.
Referenced by CppAD::operator!=(), CppAD::operator<(), CppAD::operator<=(), CppAD::operator==(), CppAD::operator>(), and CppAD::operator>=().