This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[Merged by Bors] - feat(geometry/manifold/vector_bundle/tangent): the tangent bundle is a smooth vector bundle#17680
Closed
fpvandoorn wants to merge 142 commits intomasterfrom
Closed
[Merged by Bors] - feat(geometry/manifold/vector_bundle/tangent): the tangent bundle is a smooth vector bundle#17680fpvandoorn wants to merge 142 commits intomasterfrom
fpvandoorn wants to merge 142 commits intomasterfrom
Conversation
…t I can reorder arguments
slightly shorter test ci Apply suggestions from code review Co-authored-by: Floris van Doorn <fpvdoorn@gmail.com> clean up `cont_mdiff_on_of_mem_cont_diff_groupoid`
d76fdde to
5481948
Compare
|
✌️ fpvandoorn can now approve this pull request. To approve and merge a pull request, simply reply with |
Member
Author
|
bors merge |
bors bot
pushed a commit
that referenced
this pull request
Mar 9, 2023
…a smooth vector bundle (#17680) * This defines a tangent bundle as a smooth vector bundle * Currently we still use the old definition in the library (e.g. for `mfderiv`). Therefore we put the new version temporarily in the `hidden` namespace, to avoid a name clash (we could skip this PR and immediately merge #18068, but that will be a big PR). Co-authored by: Heather Macbeth 25316162+hrmacbeth@users.noreply.github.com Co-authored-by: Heather Macbeth <25316162+hrmacbeth@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mfderiv). Therefore we put the new version temporarily in thehiddennamespace, to avoid a name clash (we could skip this PR and immediately merge feat(geometry/manifold/vector_bundle/tangent): use the new tangent bundle definition in the library #18068, but that will be a big PR).Co-authored by: Heather Macbeth 25316162+hrmacbeth@users.noreply.github.com
fderiv_withinisC^nfor functions with parameters #16946