tatami
C++ API for different matrix representations
|
Fragmented sparse matrix representation. More...
Go to the source code of this file.
Classes | |
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.