CppAD: A C++ Algorithmic Differentiation Package
20130918
|
ADTape< Base > * CppAD::AD< Base >::tape_ptr | ( | void | ) | [inline, static, private] |
Pointer for the tape for this AD<Base> class and the current thread.
thread == thread_alloc::thread_num()
Base | is the base type corresponding to AD<Base> operations. |
CPPAD_NULL
, there is no tape currently recording AD<Base> operations for this thread. Definition at line 131 of file tape_link.hpp.
Referenced by CppAD::AD< Base >::abort_recording(), CppAD::ADFun< Base >::ADFun(), CppAD::ADFun< Base >::Dependent(), CppAD::operator*(), CppAD::AD< Base >::operator*=(), CppAD::operator+(), CppAD::AD< Base >::operator+=(), CppAD::operator-(), CppAD::AD< Base >::operator-=(), CppAD::operator/(), CppAD::AD< Base >::operator/=(), CppAD::VecAD_reference< Base >::operator=(), CppAD::pow(), and CppAD::PrintFor().