|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
|
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 160 of file ad_tape.hpp.
Referenced by CppAD::VecAD_reference< Base >::ADBase(), and CppAD::ADFun< Base >::Dependent().