Software

Maintainers: Alexandru Fikl

polsys-rs: A wrapper around POLSYS_PLP

polsys-rs is a Rust binding for the POLSYS_PLP Fortran code. It can be used to solve systems of high-order polynomials using homotopy methods.

License: MIT Documentation Code Rust Fortran

Maintainers: Alexandru Fikl

netbrot: A visualizer for fractals on networks

netbrot is a little fractal visualizer implemented in Rust. It can render Mandelbrot and Julia type fractals for vector quadratic maps in the complex plane. We have used it to understand the dynamics of adjacency matrices that arise in neuroscience.

License: MIT Documentation Code Rust Python