diff --git a/src/documentation_glossary.jl b/src/documentation_glossary.jl index 8ad788077e..31f051b386 100644 --- a/src/documentation_glossary.jl +++ b/src/documentation_glossary.jl @@ -140,6 +140,11 @@ define!( :AbstractManifold, "[`AbstractManifold`](@extref `ManifoldsBase.AbstractManifold`)", ) +define!( + :Link, + :AbstractPowerManifold, + "[`AbstractPowerManifold`](@extref `ManifoldsBase.AbstractPowerManifold`)", +) define!( :Link, :injectivity_radius, diff --git a/src/plans/stopping_criterion.jl b/src/plans/stopping_criterion.jl index 5ff7aa431a..9beb911b9e 100644 --- a/src/plans/stopping_criterion.jl +++ b/src/plans/stopping_criterion.jl @@ -216,7 +216,7 @@ $(_var(:Field, :storage)) # Example -On an [`AbstractPowerManifold`](@extref) like ``$(_math(:M)) = $(_math(:M; M="N"))^n`` +On an $(_link(:AbstractPowerManifold)) like ``$(_math(:M)) = $(_math(:M; M="N"))^n`` any point ``p = (p_1,…,p_n) ∈ $(_math(:M))`` is a vector of length ``n`` with of points ``p_i ∈ $(_math(:M; M="N"))``. Then, denoting the `outer_norm` by ``r``, the distance of two points ``p,q ∈ $(_math(:M))`` is given by @@ -486,7 +486,7 @@ $(_var(:Field, :storage)) # Example -On an [`AbstractPowerManifold`](@extref) like ``$(_math(:M)) = $(_math(:M; M="N"))^n`` +On an $(_link(:AbstractPowerManifold)) like ``$(_math(:M)) = $(_math(:M; M="N"))^n`` any point ``p = (p_1,…,p_n) ∈ $(_math(:M))`` is a vector of length ``n`` with of points ``p_i ∈ $(_math(:M; M="N"))``. Then, denoting the `outer_norm` by ``r``, the norm of the difference of tangent vectors like the last and current gradien ``X,Y ∈ $(_math(:M))`` is given by @@ -615,7 +615,7 @@ A stopping criterion based on the current gradient norm. # Example -On an [`AbstractPowerManifold`](@extref) like ``$(_math(:M)) = $(_math(:M; M="N"))^n`` +On an $(_link(:AbstractPowerManifold)) like ``$(_math(:M)) = $(_math(:M; M="N"))^n`` any point ``p = (p_1,…,p_n) ∈ $(_math(:M))`` is a vector of length ``n`` with of points ``p_i ∈ $(_math(:M; M="N"))``. Then, denoting the `outer_norm` by ``r``, the norm of a tangent vector like the current gradient ``X ∈ $(_math(:M))`` is given by