|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| 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.
| 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 178 of file dependent.hpp.