tatami
C++ API for different matrix representations
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Pages
CompressedSparseMatrix.hpp File Reference

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.
 

Detailed Description

Compressed sparse matrix representation.