bsparse.sparse.load_npz#

sparse.load_npz(file)#

Loads a sparse matrix from a npz archive.

Parameters:
filenamestr

The name of the file.

Returns:
Sparse

The sparse matrix.