From 9f8b71973009bc746fd0e9ac80b9319d9a99ed2b Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Fri, 19 Jan 2024 09:59:18 +0100 Subject: [PATCH] Fix references. --- src/manifolds/Hamiltonian.jl | 2 +- src/manifolds/SymplecticGrassmannStiefel.jl | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/manifolds/Hamiltonian.jl b/src/manifolds/Hamiltonian.jl index 191f40281e..c5cf09c138 100644 --- a/src/manifolds/Hamiltonian.jl +++ b/src/manifolds/Hamiltonian.jl @@ -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 diff --git a/src/manifolds/SymplecticGrassmannStiefel.jl b/src/manifolds/SymplecticGrassmannStiefel.jl index 583263ee95..c0d7febfb1 100644 --- a/src/manifolds/SymplecticGrassmannStiefel.jl +++ b/src/manifolds/SymplecticGrassmannStiefel.jl @@ -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) @@ -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)