|
tatami
C++ API for different matrix representations
|
Compressed sparse matrix representation. More...
Go to the source code of this file.
Classes | |
| struct | tatami::CompressedSparseMatrixOptions |
Options for the CompressedSparseMatrix. More... | |
| class | tatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ > |
| Compressed sparse matrix representation. More... | |
| class | tatami::CompressedSparseColumnMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ > |
| Compressed sparse column matrix. More... | |
| class | tatami::CompressedSparseRowMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ > |
| Compressed sparse row matrix. More... | |
Namespaces | |
| namespace | tatami |
| Flexible representations for matrix data. | |
Compressed sparse matrix representation.