SciPy

This is documentation for an old release of SciPy (version 0.15.1). Read this page in the documentation of the latest stable release (version 1.14.1).

scipy.sparse.csr_matrix.min

csr_matrix.min(axis=None)[source]

Minimum of the elements of this matrix.

This takes all elements into account, not just the non-zero ones.

Returns:

amin : self.dtype

Minimum element.