compMin LcompMin(L1,L2)compMax LcompMax(L1,L2)The functions compMin and compMax take the minimum and maximum, respectively, of a list of lists of integers (or elements of another partially ordered set) by considering each component separately.
|
|
|
The usage compMin(L1,L2) gives the same output as compMin {L1,L2}.
If L is empty it will be returned unchanged.
The object compMin is a method function.
The source of this document is in /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/LinearTruncations.m2:1138:0.