bsparse.load_npz#

load_npz(file)#

Loads a bsparse matrix from a npz archive.

Parameters:
filenamestr

The name of the file.

Returns:
BSparse

The sparse matrix.