We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look for design ideas. Cross-validate general designs.
The text was updated successfully, but these errors were encountered:
For Boost bisection: https://github.com/boostorg/math/blob/242e9d669198415d165bb0213f730c00985bee9a/include/boost/math/tools/roots.hpp#L137
GSL bisection:
Sorry, something went wrong.
Also worth squinting at dzero which is mentioned:
Krogh, F. T. (2006). On developing mathematical software. Journal of computational and applied mathematics, 185(2), 196-202.
SciPy also has some pretty extensive coverage: https://docs.scipy.org/doc/scipy/reference/optimize.html
No branches or pull requests
Look for design ideas. Cross-validate general designs.
The text was updated successfully, but these errors were encountered: