CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::sparse_pack::add_element | ( | size_t | index, |
size_t | element | ||
) | [inline] |
Add one element to a set.
index | is the index for this set in the vector of sets. |
element | is the element we are adding to the set. |
Definition at line 129 of file sparse_pack.hpp.
Referenced by CppAD::ForSparseJacBool(), and CppAD::RevSparseJacBool().