OpenASIP  2.0
Classes
SparseVectorMap.hh File Reference
#include <map>
#include <utility>
Include dependency graph for SparseVectorMap.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SparseVector< ValueType >
 

Detailed Description

Author
Heikki Kultala (heikki.kultala-no.spam-tut.fi) 2012

std::map-based container that can act as sparse vector.

size() overriden to give index of last element+1 instead number of elements.

Definition in file SparseVectorMap.hh.