CppAD: A C++ Algorithmic Differentiation Package
20130918
|
tape_id_t * CppAD::AD< Base >::tape_id_ptr | ( | size_t | thread | ) | [inline, static, private] |
Pointer 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; i.e., thread == thread_alloc::thread_num() NDEBUG is not defined, a CPPAD_ASSERT_UNKNOWN is generated. |
Definition at line 82 of file tape_link.hpp.
Referenced by CppAD::Parameter(), and CppAD::Variable().