Exemplo 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)
Exemplo n.º 2
0
 def SetSubMatrix(self, rows, cols, subm, skip_zeros=1):
     return _sparsemat.SparseMatrix_SetSubMatrix(self, rows, cols, subm, skip_zeros)