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