Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
Loading...
Searching...
No Matches
HashTable Class Reference

Specialized hash table for pointers to Elements. More...

Detailed Description

Specialized hash table for pointers to Elements.

hash table methods and static members

Implemented using linear probing. Because of this choice, we cannot delete storage taken up by elements that get zeroed out. These elements can be re-used, of course. Consequently, a SparseMatrix never shrinks.

A special Element to mark deleted table locations


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