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

Referenced by CppAD::ADFun< Base >::for_hes_sparsity(), CppAD::ADFun< Base >::ForSparseHesCase(), CppAD::local::optimize::get_opt_op_info(), CppAD::local::optimize::match_op(), process_post(), CppAD::checkpoint< Base >::set_hes_sparse_set(), and CppAD::checkpoint< Base >::set_jac_sparse_set().