def Mult(self, x, y): r"""Mult(BlockMatrix self, Vector x, Vector y)""" return _blockmatrix.BlockMatrix_Mult(self, x, y)
def Mult(self, x, y): return _blockmatrix.BlockMatrix_Mult(self, x, y)