Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
Files | |
CompleteMatrix.cpp | |
An efficient implementation of a dynamically-allocated 2D array. | |
CompleteMatrix.h | |
An efficient implementation of a dynamically-allocated 2D array. | |
Matrix.cpp | |
Abstract base class for Matrices. | |
Matrix.h | |
Abstract base class for Matrices. | |
MatrixExceptions.h | |
Exception class hierarchy for Matrix classes. | |
MatrixFactory.cpp | |
Deserializes Matrices from XML. | |
MatrixFactory.h | |
Deserializes Matrices from XML. | |
SparseMatrix.cpp | |
An efficient implementation of a dynamically-allocated 2D sparse array. Self-allocating and de-allocating. | |
SparseMatrix.h | |
An efficient implementation of a dynamically-allocated 2D sparse array. | |
VectorMatrix.cpp | |
An efficient implementation of a dynamically-allocated 1D array. | |
VectorMatrix.h | |
An efficient implementation of a dynamically-allocated 1D array. | |