CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::ADTape< Base >::RecordCondExp | ( | enum CompareOp | cop, |
AD< Base > & | returnValue, | ||
const AD< Base > & | left, | ||
const AD< Base > & | right, | ||
const AD< Base > & | trueCase, | ||
const AD< Base > & | falseCase | ||
) | [private] |
All these operations are done in Rec_
, so we should move this routine to recorder<Base>
.
Definition at line 259 of file cond_exp.hpp.
Referenced by CppAD::CondExpOp().