예제 #1
0
파일: densemat.py 프로젝트: mortezah/PyMFEM
 def CopyExceptMN(self, A, m, n):
     """CopyExceptMN(DenseMatrix self, DenseMatrix A, int m, int n)"""
     return _densemat.DenseMatrix_CopyExceptMN(self, A, m, n)
예제 #2
0
 def CopyExceptMN(self, A, m, n):
     return _densemat.DenseMatrix_CopyExceptMN(self, A, m, n)