CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base >
ADTape< Base > * AD< Base >::tape_ptr ( void  ) [inline, static, private]

Pointer for the tape for this AD<Base> class and the current thread.

Template Parameters:
Baseis the base type corresponding to AD<Base> operations.
Returns:
is a pointer to the tape that is currently recording AD<Base> operations for the current thread. If this value is CPPAD_NULL, there is no tape currently recording AD<Base> operations for this thread.

Definition at line 133 of file tape_link.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines