CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
void CppAD::local::sparse_pack::process_post ( size_t  i)
inline

process post entries for a specific set.

Parameters
iindex of the set for which we are processing the post entries.
post_
Upon call, post_[i] is location in data_ of the elements that get added to the i-th set. Upon return, post_[i] is zero.

Definition at line 222 of file sparse_pack.hpp.

Referenced by CppAD::ADFun< Base >::RevSparseJacCase().