Apart from partial differential and partial difference operators, what other partial operators are there?
I was thinking about multivariable situations in which you can focus on single variables and combine several single variables at a time e.g. fxxy. I suppose you could invent any number of such things e.g. max_compl ij{ a, b, c, ...} where a,b,c are vectors and max_compl i produces a new set without the vector(s) whose ith component is larger than that of the other vectors in the set, and here max_compl is the partial version of the ordinary version that would work on a set of scalars. I was just wondering after partial differential operators what would be the most common such operators.

