|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
| size_t ADTape< Base >::RecordParOp | ( | const Base & | z | ) | [private] |
Place a parameter in the tape.
On rare occations it is necessary to place a parameter in the tape; e.g., when it is one of the dependent variabes.
| z | value of the parameter that we are placing in the tape. |
Rec_, so we should move this routine from ADTape<Base> to recorder<Base>. Definition at line 164 of file ad_tape.hpp.
Referenced by CppAD::VecAD_reference< Base >::ADBase(), and ADFun< Base >::Dependent().