Skip to content

Commit 0a47945

Browse files
Update lib/OptimizationManopt/src/OptimizationManopt.jl
1 parent 213760e commit 0a47945

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/OptimizationManopt/src/OptimizationManopt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ end
275275
function build_hessF(f::OptimizationFunction{true})
276276
function h(M::AbstractManifold, H1, θ, X)
277277
H = zeros(eltype(θ), length(θ))
278-
# an Optimization function has both hess (the matrix) and hv (Hessian with direction)
279-
# we need hv here
280278
f.hv(H, θ, X)
281279
G = zeros(eltype(θ), length(θ))
282280
f.grad(G, θ)

0 commit comments

Comments
 (0)