tatami
C++ API for different matrix representations
|
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. | |
Dense matrix representation.
typedef
s are provided for the usual row- and column-major formats.