CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
void CppAD::local::recorder< Base >::ReplaceArg ( size_t  i_arg,
size_t  value 
)
inline

Replace an argument value in the recording (intended to fill in reserved values).

Parameters
i_argis the index, in argument vector, for the value that is replaced.
valueis the new value for the argument with the specified index.

Definition at line 569 of file recorder.hpp.

Referenced by CppAD::local::optimize::optimize_run().