CppAD: A C++ Algorithmic Differentiation Package
20130102
|
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.
tape | is a tape that contains the new floating point operation sequence for this function. After this operation, all memory allocated for this tape is deleted. |
y | The 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().