Skip to content

Commit

Permalink
not sure what these are for
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 22, 2023
1 parent 9ea0d83 commit a86aa3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/groups/circle_group.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ end

has_biinvariant_metric(::CircleGroup) = true

has_invariant_metric(::CircleGroup) = true
has_invariant_metric(::CircleGroup, ::ActionDirectionAndSide) = true

identity_element(G::CircleGroup) = 1.0
Expand Down
1 change: 0 additions & 1 deletion src/groups/translation_group.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ exp!(::TranslationGroup, q, ::Identity{AdditionOperation}, X) = copyto!(q, X)

has_biinvariant_metric(::TranslationGroup) = true

has_invariant_metric(::TranslationGroup) = true
has_invariant_metric(::TranslationGroup, ::ActionDirectionAndSide) = true

identity_element!(::TranslationGroup, p) = fill!(p, 0)
Expand Down

0 comments on commit a86aa3f

Please sign in to comment.