CppAD: A C++ Algorithmic Differentiation Package 20110419
void sparse_set::add_element ( size_t  index,
size_t  element 
) [inline]

Add one element to a set.

Parameters:
indexis the index for this set in the vector of sets.
elementis the element we are adding to the set.
Checked Assertions
  • index < n_set_
  • element < end_

Definition at line 110 of file sparse_set.hpp.