Skip to content

robol/ea-roots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ea-roots

This repository hosts a simple and self-contained implementation of the Ehrlich-Aberth iteration for finding roots of polynomials.

It implements a much more simplified version of the code in MPSolve, which is suitable for being included in other projects without adding a dependency, or for running simple tests / experiments.

The examples directory contains a few source files showing how to use the only function exposed by ea-roots.c, and a few checks are performed in the files in the tests directory.

About

C Implementation of Ehrlich-Aberth method for computing roots of polynomials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published