janverschelde / PHCpack

The primary source code repository for PHCpack, a software package to solve polynomial systems with homotopy continuation methods.
http://www.phcpack.org
GNU General Public License v3.0
57 stars 20 forks source link

comparison to HOMPACK #4

Open berceanu opened 10 years ago

berceanu commented 10 years ago

Could you please comment on the main differences between PHCpack and http://www.netlib.org/hompack ?

janverschelde commented 10 years ago

The main difference is that PHCpack is specifically targeted for polynomial systems. HOMPACK provides continuation methods for general nonlinear systems and has extra drivers for polynomial systems. Another main difference is that PHCpack offers polyhedral homotopies, which are absent from HOMPACK.