Esempio n. 1
0
 def SetSubMatrix(self, rows, cols, subm, skip_zeros=1):
     """
     SetSubMatrix(SparseMatrix self, intArray rows, intArray cols, DenseMatrix subm, int skip_zeros=1)
     SetSubMatrix(SparseMatrix self, intArray rows, intArray cols, DenseMatrix subm)
     """
     return _sparsemat.SparseMatrix_SetSubMatrix(self, rows, cols, subm,
                                                 skip_zeros)
Esempio n. 2
0
 def SetSubMatrix(self, rows, cols, subm, skip_zeros=1):
     return _sparsemat.SparseMatrix_SetSubMatrix(self, rows, cols, subm, skip_zeros)