|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
| void 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 247 of file cond_exp.hpp.
Referenced by CppAD::CondExpOp().