Sparse Matrix Data Structures#
Data Representation#
Unit-aware explicit dense matrix. |
CSR / CSC (Compressed Sparse Row / Column)#
JITC Base#
Just-in-time Connectivity (JITC) matrix. |
|
Base class for Just-In-Time Connectivity Scalar-weight matrices. |
JITC Scalar#
Just-In-Time Connectivity Homogeneous matrix with Row-oriented representation. |
|
Just-In-Time Connectivity Homogeneous matrix with Column-oriented representation. |
JITC Normal#
Just-In-Time Connectivity Normal distribution matrix with Row-oriented representation. |
|
Just-In-Time Connectivity Normal distribution matrix with Column-oriented representation. |
JITC Uniform#
Just-In-Time Connectivity matrix with Row-oriented representation for uniform weight distributions. |
|
Just-In-Time Connectivity matrix with Column-oriented representation for uniform weight distributions. |
Fixed Connectivity#
Unified, layout-aware sparse matrix with a fixed number of connections. |
|
Sparse matrix with a fixed number of post-synaptic connections per pre-synaptic neuron (row-major ELL; structurally equivalent to |
|
Sparse matrix with a fixed number of pre-synaptic connections per post-synaptic neuron (stores |