scatter [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:algorithms Component type:function
Prototype
template <class VecX, class VecY>
void scatter(const VecX& x, VecY y) ;
Description
Scatters the elements of the sparse vector x into the dense vector y.
Definition
mtl.h
Preconditions
Complexity
O(n) where n is the size of the sparse vector
Example
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.