tatami
C++ API for different matrix representations
|
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 > |
Virtual class for a matrix of some numeric type.