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

Implementation of the declaration of independent variables (in local namespace).

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 36 of file local/independent.hpp.