CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
pod_vector<addr_t> CppAD::local::player< Base >::var2op_vec_
private

Mapping from primary variable index to corresponding operator index. This is used to traverse sub-graphs of the operation sequence. This value is valid (invalid) for primary (auxillary) variables.

Definition at line 81 of file player.hpp.

Referenced by CppAD::local::player< double >::Erase(), CppAD::local::player< double >::get(), CppAD::local::player< double >::operator=(), and CppAD::local::player< double >::var2op().