minus - (-) maxplus elementwise minus operator
Minus.
Elementwise minus of nonzero entries of two maxplus matrices (a-%0=a).
a=#(1);b=#(2); a-b 3-%0 %0-%0 a=#([1,2;3,4]); b=#([1,1;%0,1]); a-b