Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Hessian of the LinearAlgebra.jl dot is incorrect #622

Closed
Nimrais opened this issue Jan 26, 2023 · 1 comment
Closed

The Hessian of the LinearAlgebra.jl dot is incorrect #622

Nimrais opened this issue Jan 26, 2023 · 1 comment

Comments

@Nimrais
Copy link

Nimrais commented Jan 26, 2023

The computation of the Hessian of the LinearAlgebra.jl dot is wrong:

using ForwardDiff
using LinearAlgebra
@info ForwardDiff.hessian(x -> dot(x, ones(1,1), x), [0])

Produced output:

[ Info: [0.0;;]

Environment:

julia version 1.8.5
@KristofferC
Copy link
Collaborator

KristofferC commented Jan 26, 2023

Fixed by #481

This is not available to you because of release politics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants