CppAD: A C++ Algorithmic Differentiation Package
20130102
|
ADTape< Base > ** 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 108 of file tape_link.hpp.