tatami_hdf5
tatami bindings for HDF5-backed matrices
|
Write a compressed sparse matrix into a HDF5 file. More...
Go to the source code of this file.
Classes | |
struct | tatami_hdf5::WriteCompressedSparseMatrixOptions |
Parameters for write_compressed_sparse_matrix() . More... | |
Namespaces | |
namespace | tatami_hdf5 |
Representations for matrix data in HDF5 files. | |
Functions | |
template<typename Value_ , typename Index_ > | |
void | tatami_hdf5::write_compressed_sparse_matrix (const tatami::Matrix< Value_, Index_ > *mat, H5::Group &location, const WriteCompressedSparseMatrixOptions ¶ms) |
template<typename Value_ , typename Index_ > | |
void | tatami_hdf5::write_compressed_sparse_matrix (const tatami::Matrix< Value_, Index_ > *mat, H5::Group &location) |
Write a compressed sparse matrix into a HDF5 file.