From 0899b387149d56c0c82cd755172d490d30e1b3ad Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Tue, 10 Oct 2023 16:16:49 +0200 Subject: [PATCH] Update src/retractions.jl Co-authored-by: Ronny Bergmann --- src/retractions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/retractions.jl b/src/retractions.jl index 62071e06..5e68440d 100644 --- a/src/retractions.jl +++ b/src/retractions.jl @@ -1079,7 +1079,7 @@ function retract_softmax! end Compute the in-place variant of the [`SasakiRetraction`](@ref) `m`. """ -retract_pade!(M::AbstractManifold, q, p, X, t::Number, m::SasakiRetraction) +retract_sasaki!(M::AbstractManifold, q, p, X, t::Number, m::SasakiRetraction) function retract_sasaki! end