nieksand / rootfind

Root finding in Rust.
The Unlicense
7 stars 1 forks source link

Provide visibility into root finders at run time #24

Open nieksand opened 6 years ago

nieksand commented 6 years ago

Hamming points out you get quite a bit of insight from observing how the algorithms themselves operated, as opposed to just squinting at the final result.

GSL has a nice example showing key numbers each step: https://www.gnu.org/software/gsl/manual/html_node/Root-Finding-Examples.html#Root-Finding-Examples