CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
tape_id_t ** CppAD::AD< Base >::tape_id_handle ( size_t  thread) [inline, static, private]

Handle to the tape identifier for this AD<Base> class and the specific thread.

Template Parameters:
Baseis the base type for this AD<Base> class.
Parameters:
threadis the thread number. The following condition must hold
Returns:
is a handle to the tape identifier for this thread and AD<Base> class.

Definition at line 49 of file tape_link.hpp.

Referenced by CppAD::parallel_ad().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines