https://github.com/janverschelde/PHCpack
Revision 69c400ad4364c1c15e42c397eefd3309f920a35a authored by Jan Verschelde on 28 March 2014, 18:00:59 UTC, committed by Jan Verschelde on 28 March 2014, 18:00:59 UTC
1 parent ee20adc
Raw File
Tip revision: 69c400ad4364c1c15e42c397eefd3309f920a35a authored by Jan Verschelde on 28 March 2014, 18:00:59 UTC
Permute operations for double double and quad double precision vectors.
Tip revision: 69c400a
README
PHCpack is a software package to solve polynomial systems by homotopy continuation methods.

A polynomial system is given as a sequence of polynomials in several variables.
Homotopy continuation methods operate in two stages.  In the first stage, a family of polynomial systems
(the so-called homotopy) is constructed.  This homotopy contains a polynomial system with known solutions.
In the second stage, numerical continuation methods are applied to track the solution paths defined by
the homotopy, starting at the known solutions and leading to the solutions of the given polynomial system.

Version 1.0 of PHCpack has been archived by ACM Transactions of Mathematical Software (ACM TOMS) as Algorithm 795.
PHCpack incorporates MixedVol (Algorithm 846 of ACM TOMS by T. Gao, T.Y. Li, and M. Wu) 
to compute mixed volumes fast.  For its double double and quad double arithmetic, PHCpack contains QDlib
of Y. Hida, X.S. Li, and D.H. Bailey.

This material is based upon work supported by the National Science Foundation
under Grants No. 9804846, 0105739, 0134611, 0410036, 0713018, and 1115777.
Any opinions, findings, and conclusions or recommendations expressed in this material
are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
back to top