|
tatami
C++ API for different matrix representations
|
Fragmented sparse matrix representation. More...
Go to the source code of this file.
Classes | |
| struct | tatami::FragmentedSparseMatrixOptions |
Options for FragmentedSparseMatrix(). More... | |
| class | tatami::FragmentedSparseMatrix< Value_, Index_, ValueVectorStorage_, IndexVectorStorage_ > |
| Fragmented sparse matrix representation. More... | |
| class | tatami::FragmentedSparseColumnMatrix< Value_, Index_, ValueVectorStorage_, IndexVectorStorage_ > |
| Fragmented sparse column matrix. More... | |
| class | tatami::FragmentedSparseRowMatrix< Value_, Index_, ValueVectorStorage_, IndexVectorStorage_ > |
| Fragmented sparse row matrix. More... | |
Namespaces | |
| namespace | tatami |
| Flexible representations for matrix data. | |
Fragmented sparse matrix representation.