tatami_hdf5
tatami bindings for HDF5-backed matrices
Loading...
Searching...
No Matches
tatami_hdf5.hpp
Go to the documentation of this file.
1#ifndef TATAMI_HDF5_HPP
2#define TATAMI_HDF5_HPP
3
13namespace tatami_hdf5 {}
14
15#include "CompressedSparseMatrix.hpp"
16#include "DenseMatrix.hpp"
17#include "load_dense_matrix.hpp"
20
21#endif
Load a HDF5 group into a sparse in-memory matrix.
Load a HDF5 dataset into a dense in-memory matrix.
Representations for matrix data in HDF5 files.
Definition CompressedSparseMatrix.hpp:23
Write a compressed sparse matrix into a HDF5 file.