|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
| void sparse_pack::assignment | ( | size_t | this_target, |
| size_t | other_value, | ||
| const sparse_pack & | other | ||
| ) | [inline] |
Assign one set equal to another set.
| this_target | is the index (in this sparse_pack object) of the set being assinged. |
| other_value | is the index (in the other sparse_pack object) of the that we are using as the value to assign to the target set. |
| other | is the other sparse_pack object (which may be the same as this sparse_pack object). |
Definition at line 265 of file sparse_pack.hpp.