|
Poplar and PopLibs
|
Support for sparse matrices. More...
Namespaces | |
| namespace | dynamic |
| Support for dynamic sparse matrices. | |
Classes | |
| struct | COOMatrix |
| Block Sparse matrix stored as coordinate (COO) or triplets format. More... | |
| struct | CSCMatrix |
| Sparse matrix stored in compressed sparse columns (CSC) format for a matrix of size [M x N]. More... | |
| struct | CSRMatrix |
| Sparse matrix stored in compressed sparse rows (CSR) format for a matrix of size [M x N]. More... | |
Support for sparse matrices.