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

Reserve space for arguments, but delay placing values there.

Parameters
n_argnumber of arguements to reserve space for
Returns
is the index in the argument vector corresponding to the first of the arguments being reserved.

Definition at line 550 of file recorder.hpp.

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