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

Add one element to a set.

Parameters
iis the index for this set in the vector of sets.
elementis the element we are adding to the set.

Definition at line 868 of file sparse_sizevec.hpp.