GemaCoreLib
The GeMA Core library
Loading...
Searching...
No Matches
GmHashSparseVector< T > Class Template Reference
Collaboration diagram for GmHashSparseVector< T >:

Public Member Functions

const T at (int index, const T &defValue) const
 
void insert (int index, const T &val)
 
void remove (int index, const T &defValue)
 
void clear (int n, const T &defVal)
 

Private Attributes

QHash< int, T > _data
 Hash table storing the sparse data keyed by its index.
 

The documentation for this class was generated from the following file: