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

Post an element for delayed addition to a set.

Parameters
iis the index for this set in the vector of sets.
elementis the value of the element that we are posting. The same element may be posted multiple times.
It is faster to post multiple elements to set i and then call process_post(i) then to add each element individually. It is an error to call any member function, that depends on the value of set i, before processing the posts to set i.

Definition at line 672 of file sparse_sizevec.hpp.