Skip to content

Commit

Permalink
Update src/manifolds/StiefelEuclideanMetric.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Baran <[email protected]>
  • Loading branch information
kellertuer and mateuszbaran authored May 7, 2024
1 parent 7f3814e commit 36a00d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifolds/StiefelEuclideanMetric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ end
_euclidean_unit_vector(n, i) = [k == i ? 1.0 : 0.0 for k in 1:n]

@doc raw"""
injectivity_radius(M::Stiefel[, p])
injectivity_radius(M::Stiefel)
Return the injectivity radius for the [`Stiefel`](@ref) manifold `M`,
which is globally ``π`` [ZimmermannStoye:2024](@cite).
Expand Down

0 comments on commit 36a00d1

Please sign in to comment.