CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
size_t CppAD::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 506 of file recorder.hpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines