Skip to content

alexfikl/polsys-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POLSYS-RS

This crate provides a Rust wrapper around the POLSYS_PLP Fortran library by Wise, Sommese, and Watson in their ACM paper. The library can solve a system of N polynomial equations with complex coefficients with N unknowns using a globally convergence homotopy method.

This is currently very experimental since doing Fortran bindings is hard!

Example

TODO

Development

Links

Other known libraries that may do a better job if they had Rust bindings:

License

The Rust and Fortran code in this library is MIT licensed. However, the Fortran code for the POLSYS_PLP library is under the ACM Software License Agreement. If you want to use this library for anything serious, make sure to enquire with the original authors.

About

Rust bindings for the POLSYS_PLP Fortran library that solves polynomial systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors