Poplar and PopLibs
|
Storage formats for a block sparse matrix. More...
#include <vector>
Go to the source code of this file.
Classes | |
struct | popsparse::COOMatrix< T > |
Block Sparse matrix stored as coordinate (COO) or triplets format. More... | |
struct | popsparse::CSCMatrix< T > |
Sparse matrix stored in compressed sparse columns (CSC) format for a matrix of size [M x N]. More... | |
struct | popsparse::CSRMatrix< T > |
Sparse matrix stored in compressed sparse rows (CSR) format for a matrix of size [M x N]. More... | |
Namespaces | |
namespace | popsparse |
Support for sparse matrices. | |
Storage formats for a block sparse matrix.