https://github.com/janverschelde/PHCpack

sort by:
Revision Author Date Message Commit Date
45c2305 prepared version 0.5.2 of phcpy 31 July 2016, 19:57:01 UTC
d45a6c1 updated configuration number of the sphinx documentation of PHCpack 31 July 2016, 19:41:32 UTC
5880677 prepared greeting banners and READ_MEs for version 2.4.23 31 July 2016, 19:38:01 UTC
2651b4a SVD Newton applied in phc -u to return the inverse condition number 31 July 2016, 19:26:19 UTC
d53164d added wrappers to SVD Newton methods on matrix series 31 July 2016, 01:17:06 UTC
2181fa1 added test procedures to test the SVD Newton on matrix series 30 July 2016, 18:49:34 UTC
9f72357 added SVD Newton method to the linearized matrix series 30 July 2016, 02:36:51 UTC
a316ba8 linearization with SVD added in double double and quad double precision 29 July 2016, 21:56:43 UTC
3fabfd2 added singular value decomposition to the linearization of matrix series systems, in standard double precision 29 July 2016, 20:58:37 UTC
ab459cf added circle problem of Appolonius as a use case to the phcpy documentation 29 July 2016, 20:11:56 UTC
ea524b4 more symmetric perturbed instance of the circle problem of Appolonius 29 July 2016, 17:21:48 UTC
d20dd02 added SVD to solve lead coefficient in the linearization of matrix series 29 July 2016, 02:36:39 UTC
03d5ad3 added a perturbed instance to the special instance to show the double solutions 29 July 2016, 02:01:37 UTC
82c5bfe added condition number estimates to the linearized version of Newton's method on truncated power series 29 July 2016, 01:44:13 UTC
6f0b4e6 cleaned up the test procedure to use the series path tracker 28 July 2016, 22:08:56 UTC
3a14ca8 Python 3 version of the appolonius.py script 28 July 2016, 21:36:49 UTC
eba7dfa added special configuration of the Appolonius circle problem with a more general setup 28 July 2016, 21:14:04 UTC
03b7b93 added matplotlib code to visualize the circles of Appolonius problem 28 July 2016, 02:54:34 UTC
3f76618 fixed bug in saving the second coordinate of each center of a touching circle 28 July 2016, 01:57:26 UTC
a2324f6 used linearization on the matrix series in the power series predictor methods 27 July 2016, 22:30:46 UTC
141ec3e refactored code in the script to solve the circle problem of Appolonius 27 July 2016, 18:43:44 UTC
a261d3f added Python3 version of solving the circle problem of Appolonius 26 July 2016, 22:28:58 UTC
02dbe36 minor changes to the posting of the appolonius.py script 26 July 2016, 18:54:06 UTC
97de279 added script to solve the circle problem of Appolonius 26 July 2016, 18:49:08 UTC
5694077 test procedures for the linearization in Newton's method with double double and quad doubles 25 July 2016, 22:18:07 UTC
0eee63b defined linearization in Newton's method for series in double double and quad double precision 25 July 2016, 21:35:49 UTC
80ae978 linearization applied for the update in Newton's method to compute power series solutions 25 July 2016, 21:15:28 UTC
521fa6f bug fix in the conversion of vectors of series into series vectors 25 July 2016, 20:48:39 UTC
a37a80c polynomial series with coefficients in double double and quad double precision 24 July 2016, 15:07:33 UTC
d545868 defined series that have multivariate polynomials for coefficients 24 July 2016, 01:49:56 UTC
0773101 fixed type error in documentation of packages of matrix series 24 July 2016, 00:50:28 UTC
f609bb8 added eval() functions to evaluate vector series in standard double, double double, and quad double precision 23 July 2016, 22:39:47 UTC
76a7731 prepared version 0.5.1 of phcpy with fixed makefile for Mac OS X 22 July 2016, 20:32:56 UTC
1306da2 prepared source code for version 2.4.22, updated conf.py for 1.4.4 of Sphinx 22 July 2016, 19:56:08 UTC
0f43551 added some documentation and upgraded version number 22 July 2016, 19:34:09 UTC
bb2f162 added null character to strings before passing to the C function 22 July 2016, 18:42:33 UTC
eff9e0b bug fix in the conversion of a negative C int into a 32-bit Ada integer 22 July 2016, 16:20:03 UTC
ebaabb4 formatted code 21 July 2016, 18:37:55 UTC
1a140d7 changed formatting of code 21 July 2016, 00:19:39 UTC
965979c added computation of forward and backward errors to the tests on the straighforward linear system solving with truncated power series 20 July 2016, 18:41:55 UTC
425b7d2 linearization applied to solving overdetermined matrix series systems 19 July 2016, 19:52:53 UTC
a3746d3 linearization to solve systems of matrix series in double double and quad double precision 18 July 2016, 10:46:12 UTC
e8a7b3e completed application of lusolve to solve systems of series with linearization in standard double precision 17 July 2016, 17:40:15 UTC
4e05f51 updated makefiles for a new test procedure 17 July 2016, 09:59:13 UTC
ed22b41 new package to apply linearization to solve linear systems of truncated power series 17 July 2016, 09:53:24 UTC
13db6b0 procedures to track many paths added 16 July 2016, 13:47:49 UTC
0ffc7bc definition of series with matrix coefficients 15 July 2016, 12:54:08 UTC
7649596 initialized degree of the series in the vector convertors 15 July 2016, 12:32:16 UTC
8ea5f4d defined truncated power series with vectors as coefficients in double double and quad double precision 15 July 2016, 09:00:15 UTC
6ca9a56 defined series that have vectors as coefficients 15 July 2016, 08:34:02 UTC
ee227b2 refactored code in test procedure into a new procedure 14 July 2016, 11:32:06 UTC
df3092f in verbose mode, all writing is done to file 14 July 2016, 08:15:36 UTC
7bdf370 added prompting for file in test to path trackers with power series predictor 13 July 2016, 07:59:58 UTC
3d7c7b1 added file argument to the series predictor procedures 12 July 2016, 15:39:03 UTC
d933a74 provided silent and verbose procedure to track on path with power series 12 July 2016, 14:22:22 UTC
9ac1d8c added double double and quad double versions of the series path trackers 12 July 2016, 09:52:09 UTC
1cbcc4e factored code from the test procedure into a new package to track one path with a power series predictor 11 July 2016, 16:35:06 UTC
2098d3e a very simple, basic path tracker using a power series predictor in double precision 10 July 2016, 19:29:18 UTC
ab37d3d updated makefiles for new test procedure 09 July 2016, 21:55:06 UTC
62f1bc3 new test procedure to develop a path tracker with power series 09 July 2016, 21:47:53 UTC
5974642 added more about the Viviani example for phc -u 08 July 2016, 23:34:42 UTC
3f5caed updated conf.py for sphinx 1.4.4 and added an example for phc -u 08 July 2016, 23:17:41 UTC
453ca77 renamed Least_Order() into Order() 07 July 2016, 20:30:05 UTC
341f859 added Order() function to the series packages 07 July 2016, 20:22:30 UTC
e304a4b changed caused by replacing order by degree 07 July 2016, 20:01:21 UTC
7aa5024 change in terminology: order is replaced by degree 07 July 2016, 19:47:54 UTC
ed0e435 added two references to papers by users 07 July 2016, 14:18:09 UTC
60d697b more tests on the quality of the series predictor 06 July 2016, 23:44:08 UTC
fad8fb9 tested setting of the step size with power series 06 July 2016, 20:02:17 UTC
6e22f7d refactored code for the first stage of the series predictor 06 July 2016, 16:25:28 UTC
f600304 added a function to set the step size in the predictor 06 July 2016, 03:21:17 UTC
6e1b9a9 updated makefiles for new test procedure 05 July 2016, 23:15:29 UTC
ac37610 new package to apply power series to predict solutions 05 July 2016, 23:14:33 UTC
d2a2a72 functions to evaluate vectors of power series in double, double double, and quad double precision 05 July 2016, 22:24:44 UTC
f2e6775 made not verbose versions of Newton's method on series silent 05 July 2016, 21:25:56 UTC
43ff434 bug fix in the initialization of a series with a solution 05 July 2016, 20:41:06 UTC
d0c2862 homotopies with series coefficients in double double and quad double precision 05 July 2016, 02:24:02 UTC
2d1c51c added shift() functions to homotopies as polynomials with series coefficients 04 July 2016, 22:17:41 UTC
9f88417 added shift operator to the series packages 04 July 2016, 21:03:44 UTC
c03f4e8 added eval() function to the homotopies with series coefficients 04 July 2016, 17:29:08 UTC
61eebe3 updated makefiles for a new test procedure 04 July 2016, 01:58:01 UTC
b5b37d4 homotopies as polynomial systems with power series as coefficients 04 July 2016, 01:55:05 UTC
56c95fd added two references in the users section 03 July 2016, 19:59:23 UTC
d795e3b phc -u -h provides now more help information 02 July 2016, 22:38:59 UTC
6ab1048 updated documentation for version 2.4.21 about new option phc -u 02 July 2016, 00:01:01 UTC
6fb71ce updated phcpy documentation for the new module series and version 0.5.0 01 July 2016, 23:52:48 UTC
768a3a9 adjustments for version 2.4.21 01 July 2016, 23:20:47 UTC
cd4f483 new module series added to version 0.5.0 of phcpy 01 July 2016, 23:12:27 UTC
7f74d75 added forgotten prototype declaration for syspool_quaddobl_size() 01 July 2016, 23:08:31 UTC
e38493f updated the makefiles for the shared objects for phcpy 01 July 2016, 22:43:02 UTC
020f058 added nine functions to define the Python interface to the power series methods 01 July 2016, 19:10:13 UTC
4748585 updated makefiles for the C interface to the Newton power series 01 July 2016, 17:31:01 UTC
40cc7fd first initial C interface to the Newton power series completed 01 July 2016, 17:28:44 UTC
e81af90 added jobs to get the size of the system pools 01 July 2016, 17:17:18 UTC
6977491 C interface to the power series methods almost complete 01 July 2016, 03:05:51 UTC
73fae59 added operations to copy systems from the pool to the system container 30 June 2016, 23:54:45 UTC
25dbf05 power series solutions are stored as systems in the system pools 30 June 2016, 23:15:20 UTC
d89b81e added convertor functions between series and polynomial representations 30 June 2016, 22:45:07 UTC
9bc62f1 versions of the systems pools for double double and quad double precision 30 June 2016, 20:03:59 UTC
5a0c31b renamed systems_pool to standard_systems_pool 30 June 2016, 19:47:23 UTC
back to top