CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<typename VectorAD >
void CppAD::Independent ( VectorAD &  x,
size_t  abort_op_index 
)
inline

Declaration of independent variables.

Template Parameters
VectorADThis is simple vector type with elements of type AD<Base>.
Parameters
xVector of the independent variablerd.
abort_op_indexoperator index at which execution will be aborted (during the recording of operations). The value zero corresponds to not aborting (will not match).

Definition at line 146 of file core/independent.hpp.

Referenced by BenderQuad(), CppAD::ipopt::solve_callback< Dvector, ADvector, FG_eval >::cache_new_x(), CppAD::checkpoint< Base >::checkpoint(), Independent(), opt_val_hes(), and CppAD::ipopt::solve_callback< Dvector, ADvector, FG_eval >::solve_callback().