Commit 2020-06-23 22:02 340d5a9d
View on Github →refactor(geometry/manifold/*): rename to charted_space and tangent_map (#3103)
@PatrickMassot had asked some time ago if what is currently called manifold
in mathlib could be renamed to charted_space
, and in a recent PR he asked if bundled_mfderiv
could be called tangent_map
. Both changes make sense. They are implemented in this PR, together with several tiny improvements to the manifold library.