def CopyMNt(self, A, row_offset, col_offset): """CopyMNt(DenseMatrix self, DenseMatrix A, int row_offset, int col_offset)""" return _densemat.DenseMatrix_CopyMNt(self, A, row_offset, col_offset)
def CopyMNt(self, A, row_offset, col_offset): return _densemat.DenseMatrix_CopyMNt(self, A, row_offset, col_offset)