SciPy

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

scipy.sparse.spmatrix.__mul__

spmatrix.__mul__(other)[source]

interpret other and call one of the following

self._mul_scalar() self._mul_vector() self._mul_multivector() self._mul_sparse_matrix()

Previous topic

scipy.sparse.spmatrix.__len__

Next topic

scipy.sparse.spmatrix.asformat