CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
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).

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 525 of file recorder.hpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines