|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
| void sparse_list::binary_union | ( | size_t | this_target, |
| size_t | this_left, | ||
| size_t | other_right, | ||
| const sparse_list & | other | ||
| ) | [inline] |
Assign a set equal to the union of two other sets.
| this_target | is the index (in this sparse_list object) of the set being assinged. |
| this_left | is the index (in this sparse_list object) of the left operand for the union operation. It is OK for this_target and this_left to be the same value. |
| other_right | is the index (in the other sparse_list object) of the right operand for the union operation. It is OK for this_target and other_right to be the same value. |
| other | is the other sparse_list object (which may be the same as this sparse_list object). |
Definition at line 280 of file sparse_list.hpp.