CppAD: A C++ Algorithmic Differentiation Package
20130918
|
virtual void CppAD::atomic_base< Base >::set_id | ( | size_t | id | ) | [inline, virtual, inherited] |
Set value of id (used by deprecated old_atomic class)
This function is called just before calling any of the virtual funcitons and has the corresponding id of the corresponding virtual call.
Reimplemented in CppAD::old_atomic< Base >.
Definition at line 1509 of file atomic_base.hpp.
Referenced by CppAD::ForJacSweep(), CppAD::forward0sweep(), CppAD::forward1sweep(), CppAD::atomic_base< Base >::operator()(), CppAD::optimize::optimize_run(), CppAD::ReverseSweep(), CppAD::RevHesSweep(), and CppAD::RevJacSweep().