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

Load a HDF5 group into a sparse 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_>, class IndexStorage_ = std::vector<Index_>, class PointerStorage_ = std::vector<size_t>>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_hdf5::load_compressed_sparse_matrix (size_t nr, size_t nc, const std::string &file, const std::string &vals, const std::string &idx, const std::string &ptr, bool row)
 

Detailed Description

Load a HDF5 group into a sparse in-memory matrix.