CppAD: A C++ Algorithmic Differentiation Package
20130918
|
ADTape< Base > ** CppAD::AD< Base >::tape_handle | ( | size_t | thread | ) | [inline, static, private] |
Handle for the tape for this AD<Base> class and the specific thread.
Base | is the base type for this AD<Base> class. |
thread | is the thread number; i.e., thread == thread_alloc::thread_num() NDEBUG is not defined, a CPPAD_ASSERT_UNKNOWN is generated. |
Definition at line 106 of file tape_link.hpp.
Referenced by CppAD::parallel_ad().