CppAD: A C++ Algorithmic Differentiation Package  20130918
template<typename Base>
template<typename ADvector >
void CppAD::ADFun< Base >::Dependent ( const ADvector &  x,
const ADvector &  y 
)

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:
x[in] The independent variable vector for this tape. This informaiton is also stored in the tape so a check is done to make sure it is correct (if NDEBUG is not defined).
y[in] The dependent variable vector for the corresponding function.

Definition at line 181 of file dependent.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines