tatami_hdf5
tatami bindings for HDF5-backed matrices
Loading...
Searching...
No Matches
Namespaces | Functions
load_dense_matrix.hpp File Reference

Load a HDF5 dataset into a dense in-memory matrix. More...

Go to the source code of this file.

Namespaces

namespace  tatami_hdf5
 Representations for matrix data in HDF5 files.
 

Functions

template<typename Value_ , typename Index_ , class ValueStorage_ = std::vector<Value_>>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_hdf5::load_dense_matrix (const std::string &file, const std::string &name, bool transpose)
 

Detailed Description

Load a HDF5 dataset into a dense in-memory matrix.