We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LinearAlgebra.jl
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
The text was updated successfully, but these errors were encountered:
Fixed by #481
This is not available to you because of release politics.
Sorry, something went wrong.
No branches or pull requests
The computation of the Hessian of the
LinearAlgebra.jl
dot is wrong:Produced output:
Environment:
The text was updated successfully, but these errors were encountered: