CppAD: A C++ Algorithmic Differentiation Package 20110419
void sparse_set::assignment ( size_t  this_target,
size_t  other_value,
const sparse_set other 
) [inline]

Assign one set equal to another set.

Parameters:
this_targetis the index (in this sparse_set object) of the set being assinged.
other_valueis the index (in the other sparse_set object) of the that we are using as the value to assign to the target set.
otheris the other sparse_set object (which may be the same as this sparse_set object).
Checked Assertions
  • this_target < n_set_
  • other_value < other.n_set_

Definition at line 183 of file sparse_set.hpp.