CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<typename Base>
template<typename ADvector >
void CppAD::ADFun< Base >::Dependent ( const ADvector &  y)

deprecated: assign a new operation sequence

Determine the tape corresponding to this exeuction thread and then use Dependent(tape, y) to store this tapes recording in a function.

Parameters
y[in] The dependent variable vector for the corresponding function.

Definition at line 151 of file dependent.hpp.