Skip to content

Commit

Permalink
Update src/manifolds/FixedRankMatrices.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran authored Oct 24, 2023
1 parent 699409e commit b6b6016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifolds/FixedRankMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,8 @@ function representation_size(M::FixedRankMatrices)
end

@doc raw"""
retract(M, p, X, ::OrthographicRetraction)
retract(M::FixedRankMatrices, p, X, ::OrthographicRetraction)
Compute the OrthographicRetraction on the [`FixedRankMatrices`](@ref) `M` by finding
the nearest point to ``p + X`` in
Expand Down

0 comments on commit b6b6016

Please sign in to comment.