Maxplus Operator
Last update : 18/05/2014

min - (&) maxplus elementwise min operator

Calling Sequence

A&B

Parameters

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

maxplus,  minus,  star,