Exemple #1
0
 def CopyRows(self, A, row1, row2):
     """CopyRows(DenseMatrix self, DenseMatrix A, int row1, int row2)"""
     return _densemat.DenseMatrix_CopyRows(self, A, row1, row2)
Exemple #2
0
 def CopyRows(self, A, row1, row2):
     return _densemat.DenseMatrix_CopyRows(self, A, row1, row2)