Skip to content

Commit

Permalink
Fix references.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Jan 19, 2024
1 parent de1cee2 commit 9f8b719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/manifolds/Hamiltonian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ where ``⋅^{+}`` denotes the [`symplectic_inverse`](@ref),. and ``𝔽 ∈ \{
Though it is slightly redundant, usually the matrices are stored as ``2n×2n`` arrays.
The symbol refers to the main usage within `Manifolds.jl` that is the
Lie algebra to the [`Symplectic`](@ref) as a Lie group with the matrix operation as group operation.
Lie algebra to the [`SymplecticMatrices`](@ref) as a Lie group with the matrix operation as group operation.
# Constructor
Expand Down
6 changes: 2 additions & 4 deletions src/manifolds/SymplecticGrassmannStiefel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ end
Compute the Cayley Inverse Retraction on the Symplectic Grassmann manifold,
when the points are represented as symplectic bases, i.e. on the [`SymplecticStiefel`](@ref).
Here we can directly employ the [`CaleyInverseRetraction`](@ref) on the symplectic Stiefel manifold
itself, see [`inverse_retract(::SymplecticStiefel, p, q, ::CayleyInverseRetraction)``](@ref).
Here we can directly employ the `CaleyInverseRetraction` on the symplectic Stiefel manifold.
"""
inverse_retract(::SymplecticGrassmann, p, q, ::CayleyInverseRetraction)

Expand All @@ -69,8 +68,7 @@ end
Compute the Cayley retraction on the Symplectic Grassmann manifold,
when the points are represented as symplectic bases, i.e. on the [`SymplecticStiefel`](@ref).
Here we can directly employ the [`CaleyRetraction`](@ref) on the symplectic Stiefel manifold
itself, see [`retract(::SymplecticStiefel, p, X, ::CayleyRetraction)``](@ref).
Here we can directly employ the `CaleyRetraction` on the symplectic Stiefel manifold.
"""
retract(::SymplecticGrassmann, p, X, ::CayleyRetraction)

Expand Down

0 comments on commit 9f8b719

Please sign in to comment.