示例#1
0
 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)
示例#2
0
 def CopyMNt(self, A, row_offset, col_offset):
     return _densemat.DenseMatrix_CopyMNt(self, A, row_offset, col_offset)