Skip to content

Commit

Permalink
Reintroduce a function on Lie Groups
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Jan 15, 2025
1 parent cfee30b commit ce01139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,8 @@ end

ManifoldsBase.manifold_dimension(G::LieGroup) = manifold_dimension(G.manifold)

ManifoldsBase.norm(G::LieGroup, g, X) = norm(G.manifold, identity_element(G, typeof(g)), X)

ManifoldsBase.project!(G::LieGroup, h, g) = project!(G.manifold, h, g)
# Since tangent vectors are always in the Lie algebra – do project always on TeG
function ManifoldsBase.project!(G::LieGroup, Y, g, X)
Expand Down

0 comments on commit ce01139

Please sign in to comment.