示例#1
0
 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)