SimpleNonlinearSolve.jl icon indicating copy to clipboard operation
SimpleNonlinearSolve.jl copied to clipboard

[WIP] Add Householder's method

Open tansongchen opened this issue 1 year ago • 0 comments

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.

tansongchen avatar Oct 02 '24 19:10 tansongchen