Commit 2024-03-15 09:45 6f69c4d3
View on Github →refactor: flip LinearMap.convexHull_image
and rename to LinearMap.image_convexHull
(#11298)
- flip
LinearMap.convexHull_image
and rename toimage_convexHull
- while at it, also flip the direction of
convexHull_smul
andconvexHull_neg
to match this - fix argument order of
AffineMap.convexHull_image
: have theAffineMap
argument come first; there's no good reason not to and this enables dot notation - inline variable
(s : Set E)
to achieve this; this is slightly clearer anyway zulip discussion