Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Apr 30, 2021
1 parent fe83dc0 commit 62bb230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stiefel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function transport_exp!(Θ::StiefelTangent, W::AbstractTensorMap,
# TODO: stiefelexp call does not depend on Θ
# cache result or find some other way not to recompute this information
_W′, Q, Q′, R′ = stiefelexp(W, Δ.A, Δ.Z, α)
W′ _W′ || throw(ArgumentError("not a valid tangetn vector at end point"))
W′ _W′ || throw(ArgumentError("not a valid tangent vector at end point"))
A = Θ.A
Z = Θ.Z
QZ = Q'*Θ.Z
Expand Down

0 comments on commit 62bb230

Please sign in to comment.