pub fn open_sparse_matrix(
backend_file: &str,
backend: &SparseIoBackend,
) -> Result<Box<dyn SparseIo<IndexIter = Vec<usize>>>>Expand description
Open a sparse matrix io (backend)
backend_file: file path to the sparse matrixbackend: backend type (HDF5 or Zarr)