CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base>
tape_id_t ADTape< Base >::id_ [private]

Unique identifier for this tape.

It is always greater than CPPAD_MAX_NUM_THREADS, and different for every tape (even ones that have been deleted). In addition, id_ % CPPAD_MAX_NUM_THREADS is the thread number for this tape. Set by Independent and effectively const

Definition at line 99 of file ad_tape.hpp.

Referenced by AD< Base >::Abs(), discrete< Base >::ad(), CppAD::VecAD_reference< Base >::ADBase(), CppAD::operator*(), AD< Base >::operator*=(), CppAD::operator+(), AD< Base >::operator+=(), CppAD::operator-(), AD< Base >::operator-=(), CppAD::operator/(), AD< Base >::operator/=(), CppAD::pow(), AD< Base >::Sign(), and AD< Base >::tape_manage().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines