Commit 2021-03-31 11:08 09110f10
View on Github →feat(geometry/manifold/bump_function): define smooth bump functions, baby version of the Whitney embedding thm (#6839)
- refactor some functions in
analysis/calculus/specific_functions
to use bundled structures; - define
to_euclidean
,euclidean.dist
,euclidean.ball
, andeuclidean.closed_ball
; - define smooth bump functions on manifolds;
- prove a baby version of the Whitney embedding theorem.