-
-
Notifications
You must be signed in to change notification settings - Fork 48
feat: add SciMLJacobianOperators
package
#460
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
a2cf27e
to
1a8cd78
Compare
@ChrisRackauckas I am spinning out the jacobian operator out of NonlinearSolve. Need to use it for LineSearch. It also provides a solution to the long standing vjp/jvp interface for SciMLOperators |
cc93129
to
37c56f7
Compare
243658e
to
36b70c8
Compare
should WOperator also be split out? |
This particular split is to avoid a circular dep issue between LineSearch and NonlinearSolve. |
ILU is broken (segfaults) even on master. Skipping that to get the build passing |
Everyone knows how bad SciMLOperators function operator is (and I really want to avoid touching that package). This pulls out the JacobianOperator and related functionality from NonlinearSolve.jl so that I can use in SimpleNonlinearSolve and LineSearch
fixes #442
TODOs