CppAD: A C++ Algorithmic Differentiation Package
20130918
|
bool CppAD::sparse_pack::is_element | ( | size_t | index, |
size_t | element | ||
) | [inline] |
Is an element of a set.
index | is the index for this set in the vector of sets. |
element | is the element we are checking to see if it is in the set. |
Definition at line 151 of file sparse_pack.hpp.