tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Classes | Namespaces
CompressedSparseMatrix.hpp File Reference

Compressed sparse matrix representation. More...

Go to the source code of this file.

Classes

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.
 

Detailed Description

Compressed sparse matrix representation.