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 >::op2var_vec_
private

Index of the result variable for each operator.

If the operator has no results, this is not defined. The invalid index num_var_rec_ is used when NDEBUG is not defined. If the operator has more than one result, this is the primary result; i.e., the last result. Auxillary are only used by the operator and not used by other operators.

Definition at line 76 of file player.hpp.

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