CppAD: A C++ Algorithmic Differentiation Package  20130102
bool sparse_pack::is_element ( size_t  index,
size_t  element 
) [inline]

Is an element of a set.

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

Definition at line 153 of file sparse_pack.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines