https://github.com/janverschelde/PHCpack

sort by:
Revision Author Date Message Commit Date
c80cf3f prepared files for release 2.4.61 30 November 2018, 02:38:49 UTC
fff58e3 extended phc -u with the new series path trackers 29 November 2018, 23:28:29 UTC
f7736a7 adjusted the banners and the information for phc -u 29 November 2018, 21:41:29 UTC
4ab164f refactored the main procedures for phc -u 29 November 2018, 20:41:36 UTC
26d3e6c corrected a wrong initialization of a counter 29 November 2018, 16:54:08 UTC
4729628 added more parameters and statistics to the new trackers 29 November 2018, 16:25:17 UTC
be855a7 added path tracking statistics 29 November 2018, 05:00:08 UTC
c1ae0ff added parameters to the correct procedures in the series trackers 29 November 2018, 02:31:22 UTC
19e16f4 added a new parameter sbeta, the multiplication factor the series step size 28 November 2018, 23:25:30 UTC
685a675 reset the default number of steps on a path, flipped sign of shift() 27 November 2018, 19:57:54 UTC
ba2a053 added stop condition in reporting corrector as well in the new trackers 27 November 2018, 04:15:24 UTC
7ca74d9 corrected a fix in the shift of series functions in double precision 27 November 2018, 04:09:04 UTC
e34e78a swapped correct() with shift() in the new trackers 27 November 2018, 04:00:40 UTC
44737ae fixed a sign error in the shift functions of the series functions 27 November 2018, 03:47:38 UTC
fbb5673 set the verbose option to false with the Newton_Prediction when tracking paths 27 November 2018, 01:35:51 UTC
54968b3 added residual calculation and step size reduction 26 November 2018, 00:17:36 UTC
4420ee0 improved the output of the series trackers 25 November 2018, 01:17:57 UTC
1a5eaf2 new package with help procedures to launch the series trackers 24 November 2018, 03:12:00 UTC
5a6946b added a reset of the homotopy after a changed gamma constant for repeatable runs 23 November 2018, 23:48:35 UTC
e7a81d4 retrieved accessibility constant and reset gamma before tuning 23 November 2018, 22:47:31 UTC
ce703d1 added root refiners at the end of the test procedure 23 November 2018, 03:27:27 UTC
5331550 added packages to manage and tune the parameters of the series/Pade trackers 23 November 2018, 02:46:50 UTC
f7012d8 made prompting for the Jacobian Rabinowitsch trick optional 23 November 2018, 01:28:39 UTC
de2b530 fixed the last memory leak in the series path trackers 21 November 2018, 22:38:08 UTC
8b07729 added timers to the trackers with series and Pade approximants 20 November 2018, 22:12:36 UTC
4059e86 cleared up the Jacobian series matrices for reduced memory consumption 20 November 2018, 19:42:57 UTC
503a761 added tests to ensure no memory leaks occur when evaluating series polynomials 20 November 2018, 18:48:59 UTC
31a708f clear(eva) added in the verbose mode of the power series methods 20 November 2018, 04:37:11 UTC
63a83cf fixed memory leak in the shifting of the parameter in a series homotopy 20 November 2018, 04:04:24 UTC
03afd18 added tests to ensure that the solving of linear systems over series has no memory leak 20 November 2018, 03:13:52 UTC
50ee682 added deallocation of vecotr of Pade approximants after use 19 November 2018, 23:58:53 UTC
cc6747a skeleton for new test procedure and updated makefiles 18 November 2018, 20:18:51 UTC
2c98dbf added degrees of numerator and denominator to the new path trackers 18 November 2018, 01:41:41 UTC
b941d59 fix bug in Sub() procedure in case the first argument is null 17 November 2018, 19:15:55 UTC
e93a70d added clear() statements 16 November 2018, 23:57:07 UTC
9845f8b added Pade approximants to the predictors in the series path trackers 16 November 2018, 05:14:32 UTC
058208c added calls to clear() in an effort to limit memory consumption 16 November 2018, 04:03:57 UTC
cdda5a0 added a function to cap the step size with smallest forward pole radius 15 November 2018, 04:07:39 UTC
6f8b023 placed the setting of the step size in a separate procedure 15 November 2018, 02:55:23 UTC
dd06d14 added the Pade vector approximants to the predictors package 15 November 2018, 02:18:19 UTC
4b83392 reorganized code with some better tests 13 November 2018, 23:23:37 UTC
2210593 added four new references to the users section 12 November 2018, 22:08:52 UTC
7f0b9fe package renaming changes were not committed for the complex series norms 12 November 2018, 01:23:18 UTC
7c5aeb1 prepared files for release 0.8.9 of phcpy 12 November 2018, 01:03:52 UTC
b4f3568 adjusted files to prepare for a new release 12 November 2018, 00:38:30 UTC
4647969 added maximal degree bound in the series predictor, improved test on series and path trackers 10 November 2018, 19:41:30 UTC
70a05e2 added maximal degree bound to the series module of phcpy 10 November 2018, 00:46:52 UTC
c45246f added the maximal degree bound on the series, in the C interface 10 November 2018, 00:29:49 UTC
1acaf01 extracted the values of the option from the input parameters in the gateway to C, to use the series newton methods 10 November 2018, 00:24:36 UTC
5cf77a3 prompt for the maximal degree on the series in phc -u 09 November 2018, 20:42:50 UTC
a415385 added constant degree bounds to the gateway to C interface for the Newton series methods 09 November 2018, 20:41:25 UTC
0998b47 updates for the added bound on the degree of the series 09 November 2018, 19:35:34 UTC
6775f6f modifications because of the added degree bound on the series 09 November 2018, 04:41:05 UTC
d909b23 added the bound on the degree of the series for Newton's method on matrix series 08 November 2018, 21:20:18 UTC
b6a54fd added bound on the largest degree of series when running Newton's method 08 November 2018, 16:01:47 UTC
38ee7a0 modified testing series and Pade predictors for the new series 08 November 2018, 02:47:45 UTC
6d1a11e adjustments for the new series 08 November 2018, 00:04:36 UTC
3defa7d added Order() functions and function to evaluate vectors of series 07 November 2018, 23:11:02 UTC
57bbd9c updated makefiles for extra test procedures 07 November 2018, 15:52:45 UTC
3b8c73f updated test programs for the newly designed series 07 November 2018, 15:48:15 UTC
5954c13 updated makefiles for renamed test programs 06 November 2018, 17:26:27 UTC
8f81185 renamed packages and test procedures 06 November 2018, 17:25:18 UTC
df25285 updated makefiles for renaming of test programs 06 November 2018, 15:29:16 UTC
9e8245d renaming of packages to compute vector norms and of test procedures 06 November 2018, 15:28:20 UTC
90094a1 updated makefiles for new test program 06 November 2018, 04:28:34 UTC
edd64a2 defines polynomial series and convertor operations between series of polynomials and polynomials of series 06 November 2018, 04:27:09 UTC
39e292a fixed type error in package definition 06 November 2018, 00:46:39 UTC
d7d17c5 updated makefiles for renamed test program 05 November 2018, 23:20:36 UTC
b06aabc renamed packages and test procedure 05 November 2018, 23:15:08 UTC
dd29aec instantiated generic packages to define polynomials, functions, systems, and Jacobian matrices for systems with series coefficients in double, double double, and quad double precision 05 November 2018, 16:03:44 UTC
5ae6990 new version of solving linear systems of series with linearization 05 November 2018, 01:55:23 UTC
9a4f9b8 new test program to test the application of echelon forms on singular systems 04 November 2018, 23:16:35 UTC
a33ee19 updated makefiles for new test program ts_seritp3 04 November 2018, 22:37:30 UTC
8e09224 added packages for generating matrices of random series in double double and quad double precision 04 November 2018, 22:33:15 UTC
576f2ce new packages for interpolating series 04 November 2018, 22:30:21 UTC
9169cb9 defined linear system solving with operator overloading for the new series 04 November 2018, 20:23:23 UTC
10a1fe2 updated makefiles for a new test program ts_sermat3 04 November 2018, 02:38:25 UTC
d73883f redefined the matrices of series and the matrix series along with operator overloading linear solvers 04 November 2018, 02:35:13 UTC
29468af updated makefiles for a new test program 04 November 2018, 01:30:00 UTC
e80665f defined vectors of the newly designed series 04 November 2018, 01:28:40 UTC
a7ec484 completed the test on the third design of the power series 04 November 2018, 00:19:07 UTC
d47191f added new packages to compute random series and roots of series 03 November 2018, 03:02:23 UTC
95942ef updated makefiles for new test program 02 November 2018, 23:58:33 UTC
2712ec2 defined generic power series and instantiated series with complex coefficients in double, double double, and quad double precision 02 November 2018, 23:56:25 UTC
659f35a updated makefiles for new test programs 01 November 2018, 17:51:43 UTC
7385f5e new test procedure for singular linear systems of power series 01 November 2018, 17:48:31 UTC
9c379db new version of the code to interpolate series 01 November 2018, 15:50:32 UTC
1324672 updated makefiles for new test program 31 October 2018, 22:36:41 UTC
8380791 applied linearization to systems defined by the new matrix series 31 October 2018, 22:34:13 UTC
61fb5de fixed a bug in a procedure to test the least squares linear system solver over series 31 October 2018, 20:33:20 UTC
638bf4e added least squares solving on linear systems of variable degree power series 30 October 2018, 23:30:56 UTC
52739ec updated makefiles for new test program 30 October 2018, 22:39:55 UTC
5728922 solving linear systems with lu factorization on matrices of variable degree series works 30 October 2018, 22:37:37 UTC
004a939 defined basic output and norms for the new vectors of series 30 October 2018, 22:07:26 UTC
d5cba91 generators of random series and vectors of random series go in separate packages 30 October 2018, 15:37:26 UTC
f48e6a0 redefined series with vector coefficients 30 October 2018, 13:49:08 UTC
2efd8e4 updated makefiles for the new test procedure 30 October 2018, 03:10:21 UTC
242f960 defined vectors over the newly designed power series 30 October 2018, 03:08:21 UTC
688440e added definitions of the arithmetical operations on the variable degree series 29 October 2018, 22:29:46 UTC
beb3ebd wrapped the create, equal and copy operations for variable degree power series 29 October 2018, 04:12:36 UTC
back to top