CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::recorder< Base >::ReplaceArg | ( | size_t | i_arg, |
size_t | value | ||
) | [inline] |
Replace an argument value in the recording (intended to fill in reserved values).
i_arg | is the index, in argument vector, for the value that is replaced. |
value | is the new value for the argument with the specified index. |
Definition at line 525 of file recorder.hpp.
Referenced by CppAD::optimize::optimize_run().