tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Matrix.hpp File Reference

Virtual class for a matrix of some numeric type. More...

Go to the source code of this file.

Classes

class  tatami::Matrix< Value_, Index_ >
 Virtual class for a matrix. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Typedefs

template<typename Index_ >
using tatami::VectorPtr = std::shared_ptr<const std::vector<Index_> >
 
using tatami::NumericMatrix = Matrix<double, int>
 

Detailed Description

Virtual class for a matrix of some numeric type.