JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
175 stars 30 forks source link

Fixing a bug in row scaling #570

Closed PBrdng closed 1 month ago

PBrdng commented 2 months ago

Row scaling is also applied when a row is (almost) zero. This causes some unintended behavior. This PR attempts to fix this.