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

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 &params)
 
template<typename Value_ , typename Index_ >
void tatami_hdf5::write_compressed_sparse_matrix (const tatami::Matrix< Value_, Index_ > *mat, H5::Group &location)
 

Detailed Description

Write a compressed sparse matrix into a HDF5 file.