CppAD: A C++ Algorithmic Differentiation Package
20130918
|
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.
Base | is the base type for this AD<Base> class. |
thread | is the thread number. The following condition must hold (! thread_alloc::in_parallel()) || thread == thread_alloc::thread_num() |
Definition at line 49 of file tape_link.hpp.
Referenced by CppAD::parallel_ad().