CppAD: A C++ Algorithmic Differentiation Package
20130918
|
size_t CppAD::sparse_list::next_element | ( | void | ) | [inline] |
Get the next element from the current retrieval set.
begin
. If no such element exists, this->end()
is returned.add_element
since the previvious begin
Definition at line 194 of file sparse_list.hpp.