Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
Specialized hash table for pointers to Elements. More...
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