SimpleNonlinearSolve.jl
SimpleNonlinearSolve.jl copied to clipboard
[WIP] Add Householder's method
Checklist
- [ ] Appropriate tests were added
- [x] Any code changes were done in a way that does not break public API
- [ ] All documentation related to code changes were updated
- [x] The new code follows the contributor guidelines, in particular the SciML Style Guide and COLPRAC.
- [ ] Any new documentation only uses public API
Additional context
Add the Householder's method with arbitrary order. It is added as an extension that depends on TaylorDiff.jl.