예제 #1
0
파일: densemat.py 프로젝트: mortezah/PyMFEM
 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)