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)