We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8af85 commit 8e8da39Copy full SHA for 8e8da39
src/tangent.jl
@@ -1,5 +1,5 @@
1
"""
2
- abstract type TangentBundle{N, B}; end
+ abstract type AbstractTangentBundle{N, B}; end
3
4
This type represents the `N`-th order (iterated) tangent bundle [1] `TⁿB` over some base
5
(Riemannian) manifold `B`. Note that `TⁿB` is itself another manifold and thus
0 commit comments