CppAD: A C++ Algorithmic Differentiation Package  20130102
template<typename Base >
template<typename ADvector >
void ADFun< Base >::Dependent ( ADTape< Base > *  tape,
const ADvector &  y 
) [private]

change the operation sequence corresponding to this object

Replace the floationg point operations sequence for this function object.

Parameters:
tapeis a tape that contains the new floating point operation sequence for this function. After this operation, all memory allocated for this tape is deleted.
yThe dependent variable vector for the function being stored in this object.

Definition at line 235 of file dependent.hpp.

Referenced by ADFun< Base >::ADFun(), CppAD::BenderQuad(), and opt_val_hes().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines