CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
void CppAD::local::sparse_list::assignment ( size_t  this_target,
size_t  other_source,
const sparse_list other 
)
inline

Assign one set equal to another set.

Parameters
this_targetis the index in this sparse_list object of the set being assinged.
other_sourceis the index in the other sparse_list object of the set that we are using as the value to assign to the target set.
otheris the other sparse_list object (which may be the same as this sparse_list object). This must have the same value for end_.
number_not_used_
increments this value by additional number of elements not being used.

Definition at line 993 of file sparse_list.hpp.

Referenced by binary_intersection(), binary_union(), CppAD::local::optimize::get_opt_op_info(), and CppAD::local::optimize::usage_cexp_result2arg().