CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
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.

Parameters:
zvalue of the parameter that we are placing in the tape.
Returns:
variable index (for this recording) correpsonding to the parameter.
Wish List
All these operates are preformed in Rec_, so we should move this routine from ADTape<Base> to recorder<Base>.

Definition at line 166 of file ad_tape.hpp.

Referenced by CppAD::VecAD_reference< Base >::ADBase(), and ADFun< Base >::Dependent().