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

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.