Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: chore: extend overview.yaml #19920

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More items, about vector bundles.
  • Loading branch information
grunweg committed Dec 12, 2024
commit 2bbb12c683d2650aac8616532551e68579b4a487
18 changes: 15 additions & 3 deletions docs/overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,25 @@ Geometry:
smooth manifold (with boundary and corners): 'SmoothManifoldWithCorners'
analytic manifold (with boundary and corners): 'AnalyticManifold'
smooth map between manifolds: 'MDifferentiableAt'
product of manifolds: 'ModelWithCorners.prod'
interior of a manifold: 'ModelWithCorners.interior'
boundary of a manifold: 'ModelWithCorners.boundary'
tangent bundle: 'TangentBundle'
tangent map: 'tangentMap'
(topological) fiber bundle: FiberBundle
(topological) vector bundle: VectorBundle
(topological) trivial vector bundle: Bundle.Trivial.vectorBundle
(topological) direct sum of vector bundles: VectorBundle.prod
(topological) pullback vector bundle: VectorBundle.pullback
(topological) Hom bundle: Bundle.ContinuousLinearMap.vectorBundle
smooth vector bundle: SmoothVectorBundle
(smooth) trivial bundle: Bundle.Trivial.smoothVectorBundle
# (smooth) direct sum is missing, it seems
(smooth) pullback vector bundle: SmoothVectorBundle.pullback
(smooth) Hom bundle: SmoothVectorBundle.continuousLinearMap
Lie group: 'LieGroup'
sphere: 'EuclideanSpace.instSmoothManifoldWithCornersSphere'
product of manifolds: 'ModelWithCorners.prod'
interior of a manifold: 'ModelWithCorners.interior'
boundary of a manifold: 'ModelWithCorners.boundary'


Algebraic geometry:
prime spectrum: 'PrimeSpectrum'
Expand Down