Exemple #1
0
 def AddSubMatrix(self, rows, cols, subm, skip_zeros=1):
     """
     AddSubMatrix(SparseMatrix self, intArray rows, intArray cols, DenseMatrix subm, int skip_zeros=1)
     AddSubMatrix(SparseMatrix self, intArray rows, intArray cols, DenseMatrix subm)
     """
     return _sparsemat.SparseMatrix_AddSubMatrix(self, rows, cols, subm,
                                                 skip_zeros)
Exemple #2
0
 def AddSubMatrix(self, rows, cols, subm, skip_zeros=1):
     return _sparsemat.SparseMatrix_AddSubMatrix(self, rows, cols, subm, skip_zeros)