CppAD: A C++ Algorithmic Differentiation Package  20130102
template<typename Base >
template<typename ADvector >
void 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 154 of file dependent.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines