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
https://github.com/SciML/NonlinearSolve.jl/pull/159/files/17abaf0801fb7e61f7a5fafbfb89c2266aec9f40#diff-d4ded13aeff73c93c2977a4227ff0ba4a434dc462ff8cc433761133aff882405
This can be computed using jvps to avoid the full Jacobian
The text was updated successfully, but these errors were encountered:
@avik-pal was this handled?
Sorry, something went wrong.
Not yet. This is what @DavidKoplow is going to work on.
But it should be quite simple to do. The hackiest thing would be map adjoint(::JacVec) -> VecJac and remove some checks
adjoint(::JacVec) -> VecJac
Merge pull request #167 from SciML/compathelper/new_version/2024-10-2…
6f4a902
…9-19-05-21-858-02245559465 CompatHelper: bump compat for TaylorDiff in [weakdeps] to 0.3, (keep existing compat)
Successfully merging a pull request may close this issue.
https://github.com/SciML/NonlinearSolve.jl/pull/159/files/17abaf0801fb7e61f7a5fafbfb89c2266aec9f40#diff-d4ded13aeff73c93c2977a4227ff0ba4a434dc462ff8cc433761133aff882405
This can be computed using jvps to avoid the full Jacobian
The text was updated successfully, but these errors were encountered: