Skip to content

Commit

Permalink
Hæ?
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 17, 2024
1 parent ea623d6 commit b5b6f44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,8 @@ All kwyword arguments are passed on to the corresponding call
"""

@doc "$(_doc_is_vector)"
ManifoldsBase.is_vector(G::LieGroup, X; kwargs...) = ManifoldsBase.is_point(
LieAlgebra(G), X; kwargs...
)
ManifoldsBase.is_vector(G::LieGroup, X; kwargs...) =
ManifoldsBase.is_point(LieAlgebra(G), X; kwargs...)

@doc "$(_doc_is_vector)"
function ManifoldsBase.is_vector(G::LieGroup{𝔽,O}, e::Identity{O}, X; kwargs...) where {𝔽,O}
Expand Down

0 comments on commit b5b6f44

Please sign in to comment.