SimpleNonlinearSolve.jl
SimpleNonlinearSolve.jl copied to clipboard
[WIP] Simple JFNK
I was playing around with JNFK for DEQs and the Nonlinear Solve implementation is a bit too complicated for those purposes
- [x] Working Version
- [ ] Batched Version
- [ ] Testing
- [ ] Are we okay with LinearSolve.jl as a dependency? -- Not really, let's use Krylov.jl directly as an extension
- [ ] Preconditioners