Commit 2022-04-29 14:39 7373832e
View on Github →chore(analysis/convex): move convex_on_norm
, change API (#13631)
- Move
convex_on_norm
fromspecific_functions
totopology
, use it to golf the proof ofconvex_on_dist
. - The old
convex_on_norm
is now calledconvex_on_univ_norm
. The newconvex_on_norm
is about convexity on any convex set. - Add
convex_on_univ_dist
and makes : set E
an implicit argument inconvex_on_dist
. This way APIs about convexity of norm and distance agree.