CppAD: A C++ Algorithmic Differentiation Package 20110419
|
template<class Base >
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.
Definition at line 166 of file ad_tape.hpp. Referenced by CppAD::VecAD_reference< Base >::ADBase(), and ADFun< Base >::Dependent(). |