-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance and stability for Polynomial root-finding
Improve performance of polynomial root-finding by solving linear polynomials directly, instead of handing off to the Laguerre solver. For nonlinear polynomials, improve the stability of root-finding for polynomials with very large or very small coefficients by first conditioning the problem, normalizing the constant coefficient to 1.
- Loading branch information
David Legg
committed
Feb 6, 2024
1 parent
7820621
commit 1c74b34
Showing
2 changed files
with
97 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters