Zulip Chat Archive
Stream: Is there code for X?
Topic: Convex hull membership
Moritz Doll (Jun 20 2022 at 15:12):
Is there a function saying that an element is in the convex hull of s
if it can be written as a convex combination of elements of s
?
Yaël Dillies (Jun 20 2022 at 15:41):
Moritz Doll (Jun 20 2022 at 16:01):
But that assumes that s
is finite, the one above, docs#convex_hull_eq seems to be what I want. Thank you.
Yaël Dillies (Jun 20 2022 at 16:06):
Ah yeah sorry. Those names always get me confused. Also, they should prove equivalence of membership not equality of sets
Last updated: May 02 2025 at 03:31 UTC