JuliaHomotopyContinuation / HomotopyContinuation.jl

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

compute trace_tol using SVD #437

Closed simontelen closed 3 years ago

simontelen commented 3 years ago

Measure collinearity using singular values.

saschatimme commented 3 years ago

We also compute on the fly a trace in monodromy_solve. I will add this there also