SciPy

scipy.sparse.lil_matrix.__mul__

lil_matrix.__mul__(self, 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.lil_matrix.__len__

Next topic

scipy.sparse.lil_matrix.asformat