def GetRow(self, row, cols, srow): r"""GetRow(BlockMatrix self, int const row, intArray cols, Vector srow) -> int""" return _blockmatrix.BlockMatrix_GetRow(self, row, cols, srow)
def GetRow(self, row, cols, srow): return _blockmatrix.BlockMatrix_GetRow(self, row, cols, srow)