Skip to content

Commit

Permalink
Output a Symmetric from the Hessians
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 6, 2019
1 parent b478a2a commit 5e38300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hessians.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ function finite_difference_hessian!(H,f,x,
end

end
LinearAlgebra.copytri!(H,'U')
Symmetric(LinearAlgebra.copytri!(H,'U'))
end

0 comments on commit 5e38300

Please sign in to comment.