def Mult(self, x, y): return _sparsemat.SparseMatrix_Mult(self, x, y)
def Mult(self, x, y): r"""Mult(SparseMatrix self, Vector x, Vector y)""" return _sparsemat.SparseMatrix_Mult(self, x, y)