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

Dense matrix representation. More...

Go to the source code of this file.

Classes

class  tatami::DenseMatrix< Value_, Index_, Storage_ >
 Dense matrix representation. More...
 
class  tatami::DenseColumnMatrix< Value_, Index_, Storage_ >
 Dense column-major matrix. More...
 
class  tatami::DenseRowMatrix< Value_, Index_, Storage_ >
 Dense row-major matrix. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Detailed Description

Dense matrix representation.

typedefs are provided for the usual row- and column-major formats.