Skip to main content

open_sparse_matrix_by_path

Function open_sparse_matrix_by_path 

Source
pub fn open_sparse_matrix_by_path(
    file_path: &str,
) -> Result<Box<dyn SparseIo<IndexIter = Vec<usize>>>>
Expand description

Open a sparse matrix, choosing the backend from the file name (.h5, .zarr, or .zarr.zip) via crate::hdf5_io::resolve_backend_file.