emsr / tr29124_test

C++ special math functions
GNU General Public License v3.0
17 stars 3 forks source link

Add Steffensen's method to the root finders. #155

Closed emsr closed 6 years ago

emsr commented 7 years ago

Steffensen's method is a value-only like Newton with quadratic convergence. No derivative is needed. I think GSL has it wrong.

emsr commented 6 years ago

Done. Easy-peasy.