Skip to content

Commit

Permalink
Merge branch 'kellertuer/VectorBundle' of github.com:JuliaManifolds/M…
Browse files Browse the repository at this point in the history
…anifoldsBase.jl into kellertuer/VectorBundle
  • Loading branch information
kellertuer committed Oct 11, 2023
2 parents f52e6bc + 886e2d1 commit 0caa323
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/Fiber.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ An abstract type for fiber types that can be used within [`Fiber`](@ref).
"""
abstract type FiberType end

"""
Fiber{
𝔽,
TFiber<:BundleFibers{<:FiberType,<:AbstractManifold{𝔽}},
TX,
} <: AbstractManifold{𝔽}
@doc raw"""
Fiber{𝔽,TFiber<:FiberType,TM<:AbstractManifold{𝔽},TX} <: AbstractManifold{𝔽}
A fiber of a fiber bundle at a point `p` on the manifold.
Expand All @@ -20,8 +16,9 @@ isometric to the [`Euclidean`](https://juliamanifolds.github.io/Manifolds.jl/lat
# Fields
* `manifold` –
* `point`
* `manifold` – base space of the fiber bundle
* `point` – a point ``p`` from the base space; the fiber corresponds to the preimage
by bundle projection ``\pi^{-1}(\{p\})``.
# Constructor
Expand Down

0 comments on commit 0caa323

Please sign in to comment.