Skip to content
New issue

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

Implement Brent-Dekker Method #12

Open
nieksand opened this issue Jan 19, 2018 · 2 comments
Open

Implement Brent-Dekker Method #12

nieksand opened this issue Jan 19, 2018 · 2 comments

Comments

@nieksand
Copy link
Owner

https://en.wikipedia.org/wiki/Brent%27s_method

For when d/dx f(x) not available.

@nieksand
Copy link
Owner Author

GSL offers Brent-Decker under its bracketing methods section:
https://www.gnu.org/software/gsl/manual/html_node/Root-Bracketing-Algorithms.html#Root-Bracketing-Algorithms

@nieksand nieksand changed the title Implement Brent's Method Implement Brent-Decker Method Jan 20, 2018
@nieksand
Copy link
Owner Author

Boost uses TOMS748 instead, claiming it to be somewhat superior.

@nieksand nieksand changed the title Implement Brent-Decker Method Implement Brent-Dekker Method Jan 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant