0.2.0 • Published 8 years ago

jenkins-traub-rpoly v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

jenkins-traub-rpoly

Implementation of three-stage Jenkins-Traub algorithm for real polynomials using quadratic iteration.

Motivation

Jenkins-Traub is a staple of root finding methods and understanding how it works is the main motivation here. The paper being used as reference material can be found here:

A Three-Stage Algorithm for Real Polynomials Using Quadratic Iteration

Author

Implementation based on description from Jenkins and Traub (cited above).

(C) Tim Bright, 2017. MIT License.