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)
def AddSubMatrix(self, rows, cols, subm, skip_zeros=1): return _sparsemat.SparseMatrix_AddSubMatrix(self, rows, cols, subm, skip_zeros)