CppAD: A C++ Algorithmic Differentiation Package
20110419
Main Page
Modules
Namespaces
Classes
Files
Directories
add_element
allocated_
assignment
begin
binary_union
clear
data_
end
end_
memory
n_bit_
n_pack_
n_set
n_set_
next_element
next_element_
next_index_
Pack
resize
sparse_pack
sparse_pack
~sparse_pack
void sparse_pack::add_element
(
size_t
index
,
size_t
element
)
[inline]
Add one element to a set.
Parameters:
index
is the index for this set in the vector of sets.
element
is the element we are adding to the set.
Checked Assertions
index < n_set_
element < end_
Definition at line
137
of file
sparse_pack.hpp
.
sparse_pack
Generated on Sat Apr 23 2011 for CppAD: A C++ Algorithmic Differentiation Package by
1.7.4