CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
void CppAD::local::sparse_pack::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 234 of file sparse_pack.hpp.

Referenced by binary_union(), CppAD::ADFun< Base >::for_hes_sparsity(), CppAD::ADFun< Base >::ForSparseHesCase(), and post_element().