CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
addr_t CppAD::local::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.
2DO
All these operates are preformed in 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().