CppAD: A C++ Algorithmic Differentiation Package
20130918
|
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.
y | [in] The dependent variable vector for the corresponding function. |
Definition at line 154 of file dependent.hpp.