Maxplus Operator min - (&) maxplus elementwise min operator
Calling Sequence
- A&B
Parameters
- A
: maxplus scalar or maxplus matrix
- B
: maxplus scalar or maxplus matrix
Description
Min.
Elementwise min of two maxplus matrices.
EXAMPLES
a=#(1);b=#(2); a&b
a=#([1,2;3,4]); b=#([1,1;1,1]); a&b
See Also