https://github.com/janverschelde/PHCpack

sort by:
Revision Author Date Message Commit Date
ba54d84 updated documentation for the curves module 28 December 2018, 22:58:35 UTC
d20973f prepared files for version 0.9.1 of phcpy 28 December 2018, 22:38:45 UTC
63fb816 prepared files for version 2.4.63, updated reference manual for AD and phc -u 28 December 2018, 21:59:06 UTC
47efd9f added Python functions to extract all poles 28 December 2018, 21:10:09 UTC
bae14b9 added functions to retrieve the poles in the C interface and in the Python extension module 28 December 2018, 19:28:45 UTC
837cf9b added functions to pass the poles one after the other to the C interface 28 December 2018, 18:44:55 UTC
646db14 added function to return all poles 28 December 2018, 18:19:53 UTC
1b8059c improved the output of phc -u 28 December 2018, 17:09:23 UTC
874dd3f added functions to extract coefficients of power series and Pade approximants 28 December 2018, 16:16:30 UTC
806e8a2 added functions to pass the coefficients of the series and Pade approximants to the Python code 28 December 2018, 04:11:17 UTC
f69bbf8 added tests on the retrieval of coefficients of series and Pade approximants 28 December 2018, 03:16:17 UTC
8875222 added functions to get the series and Pade coefficients in the C interface 28 December 2018, 00:12:07 UTC
a841784 added function to pass the coefficients of the series and Pade approximants to the C interface 27 December 2018, 23:05:52 UTC
33e96d3 added functions to return the t value, step size, pole radius, and closest pole 27 December 2018, 18:58:53 UTC
add6f26 added functions in the C interface and the Python extension module to get the t value and the step size 27 December 2018, 18:18:57 UTC
b7ead34 added functions to pass the t value and step size to the C interface 27 December 2018, 18:12:58 UTC
b27ebf3 added functions to return the step size and t value for a step-by-step tracker 27 December 2018, 16:36:20 UTC
06152a8 added functions to the C interface to return the pole radius and the closest pole 27 December 2018, 15:07:01 UTC
ad3ac74 added C function to retrieve the pole radius and the closest pole 27 December 2018, 00:49:05 UTC
47010b6 added function to pass the pole radius and the closest pole to the C interface 27 December 2018, 00:37:09 UTC
6470bab improved name for a function 27 December 2018, 00:32:46 UTC
5103bb5 added functions to retrieve the current value of the smallest forward pole radius and the closest pole for the step-by-step execution of a series-Pade tracker 26 December 2018, 23:49:49 UTC
46f5a81 better outer loop in the step-by-step series-Pade tracking in C 26 December 2018, 22:18:55 UTC
7dbb12d fixed out of range bug in series multiplication and a discriminant mismatch 26 December 2018, 21:22:23 UTC
f6abc60 fixed yet another bug in the computation of the smallest forward pole radius 26 December 2018, 18:13:38 UTC
1672ed2 bug fix in the allocation of a Pade approximant 26 December 2018, 17:38:00 UTC
1f3f71f simplified computation of smallest forward pole radius 26 December 2018, 16:35:16 UTC
9ca74d5 added the step-by-step series-Pade tracker to phcpy 26 December 2018, 02:11:50 UTC
1a2b10f added the reference to the CASC 2018 paper to the documentation 25 December 2018, 23:02:04 UTC
722a1af wrapped the deallocation functions for the series-Pade trackers 25 December 2018, 20:59:30 UTC
2115142 improved the descriptions in the C interface for Pade continuation, added the new interface function to the C extension module for phcpy 25 December 2018, 20:08:43 UTC
caaff87 added step-by-step run of series-Pade trackers to the C interface 24 December 2018, 17:54:25 UTC
c89a0c1 added new_line in verbose mode after initialization of a solution 24 December 2018, 17:50:54 UTC
8c7c6fd must reset the cseries homotopy with every new start solution, added loop to the test procedure 24 December 2018, 17:08:04 UTC
a1156fa added job codes for the step-by-step Pade continuation 24 December 2018, 02:56:00 UTC
720d3be added more selectors to return the series and Pade vector, extended the verbose option of the tracker generators 23 December 2018, 01:46:22 UTC
074d543 another update to a reference in the list of users 21 December 2018, 23:13:55 UTC
5547e12 updated a reference in the PHCpack documentation, updated source tree description for the AD library 21 December 2018, 22:26:59 UTC
8558470 added evaluation and differentiation procedure which use the cached power table 21 December 2018, 19:45:33 UTC
a1d999d encapsulated the polynomial vector into a system record to store the maximal exponents 21 December 2018, 17:25:50 UTC
964f83e fixed bug in the computation of the largest exponents 21 December 2018, 03:20:03 UTC
1bd0836 added speelpenning algorithm without caching of power table back in for bug fix... 21 December 2018, 00:05:57 UTC
a04f5dc fixed mistake in makefile to make test_ad 20 December 2018, 22:59:39 UTC
c5a0eb5 added more data attributes in the definition of a polynomial to cache the power table for efficient evaluation and differentation of monomials 20 December 2018, 22:58:15 UTC
ade4f66 improved generation of random monomials, added computation of vector with the largest exponents 20 December 2018, 17:04:08 UTC
414d1b9 added degree() functions to monomial vectors and polynomials 20 December 2018, 04:07:27 UTC
65cb7b7 added code for general monomial evaluation, improved the tests 20 December 2018, 00:04:50 UTC
da6d0de bug fixes and better tests on user given polynomial systems 19 December 2018, 17:36:44 UTC
0444922 defined the max norm for complex matrices in double, double double, and quad double precision 19 December 2018, 17:30:56 UTC
cb61727 added inplace Add and Sub procedures for generic matrices 19 December 2018, 17:27:25 UTC
709c612 updated makefiles for a new test procedure 19 December 2018, 02:05:26 UTC
7d90899 added convert functions to turn systems into polynomial vectors 19 December 2018, 02:01:03 UTC
d8eb43f added differentiation procedures to the polynomial vectors package 18 December 2018, 23:53:35 UTC
8a93ff7 extended the evaluation and differentiation for monomial vectors 18 December 2018, 21:43:11 UTC
ee9472c added a polynomial type to the AD library 18 December 2018, 18:47:54 UTC
d026a7b added writing of time stamps after a phc -p session 18 December 2018, 16:52:31 UTC
84d67f3 added differentiation procedures for the monomials 18 December 2018, 02:31:38 UTC
28d2a5b modified the Eval() functions to the multiplications happen in place 17 December 2018, 23:41:19 UTC
b6c0f01 added in place versions for the multiplication and powers of series 17 December 2018, 22:41:34 UTC
45b0914 added the definition of the straightforward evaluation to the new polynomial vectors 17 December 2018, 16:55:29 UTC
2867bfd updated makefiles for a new test procedure 17 December 2018, 01:32:45 UTC
a431511 defined polynomial vector data structures 17 December 2018, 01:26:13 UTC
4ddf8dd updated makefile for a new test procedure 16 December 2018, 20:57:52 UTC
b776ac9 defined vectors of monomials 16 December 2018, 20:54:26 UTC
dc89b1d new packages for output of monomials and to generate random monomials 16 December 2018, 20:01:31 UTC
10dcfa4 updated makefiles for new test procedures 16 December 2018, 03:20:11 UTC
c310a6e new directory with code to define monomials in several variables 16 December 2018, 03:18:28 UTC
9084669 applied the new procedures in the get_next() trackers 14 December 2018, 23:51:43 UTC
c26bb32 added inplace construction of Pade approximants 14 December 2018, 22:46:40 UTC
16a9aaf adjusted the predictors so the poles of the Pade approximants are computed without extra memory allocations 14 December 2018, 17:15:55 UTC
f21a890 updated step by step path tracking in double double and quad double precision 14 December 2018, 03:40:22 UTC
a8881df basic version of the get_next() path tracker works, in double precision 14 December 2018, 00:41:40 UTC
b42f671 fix bug when resetting gamma, exposed tpow in reset procedure 14 December 2018, 00:17:29 UTC
d832d53 defined the correct procedure in the get_next() method path tracker 13 December 2018, 20:20:23 UTC
689ea1a improved memory management in correctors, relaxed homotopy continuation parameters 13 December 2018, 18:34:05 UTC
811bdc4 started definition of get_next() package for double double and quad double precision 13 December 2018, 03:27:57 UTC
7efa9c6 updated makefiles for a new test procedure 12 December 2018, 23:57:22 UTC
734fd9b started development of a get_next() methods for the tracking with Pade predictors 12 December 2018, 23:56:15 UTC
3083680 added a counter for the corrector failures 12 December 2018, 03:22:07 UTC
406bc1d added a corrector feedback mechanism and relaxed the default tolerance for the corrector residual 11 December 2018, 19:18:50 UTC
ae06d5b fixed release number in PHCpack documentation 10 December 2018, 23:31:39 UTC
e133e70 improves the track functions in the new module curves 10 December 2018, 23:26:40 UTC
e41c374 added documentation on using the new module curves 10 December 2018, 20:35:25 UTC
c32f9cc added close(file) so all output ends up on file if the Ada procedure terminates 10 December 2018, 20:31:07 UTC
5bf0c6f added more control on output and the writing of time stamps 10 December 2018, 19:16:49 UTC
ee2911d more updates for version 2.4.62 10 December 2018, 02:29:48 UTC
751f406 prepared files for version 0.9.0 of phcpy 10 December 2018, 02:25:23 UTC
415fdeb updated greeting banners for version 2.4.62 10 December 2018, 01:47:13 UTC
2ac4543 updated the python3 version of the curves module with functions to better document the homotopy continuation parameters 09 December 2018, 00:57:30 UTC
faf3125 added functions to the curves module for python2, to document the homotopy continuation parameters 09 December 2018, 00:47:13 UTC
a71b52d drop out because the step size is too small only if predictor residual is too large 08 December 2018, 02:21:05 UTC
d9cc2b7 updated the users list in the documentation 07 December 2018, 03:30:57 UTC
8ea176d started the documentation on the new phcpy modules curves 06 December 2018, 16:21:10 UTC
6ac104a wrapped the path trackers for Pade continuation in the new module curves.py 06 December 2018, 03:39:03 UTC
706d80d set the sign of t right when assigning to the solution data structure at the end of tracking a path 06 December 2018, 03:31:26 UTC
2892bd4 new phcpy module curves gives access to the Pade continuation 05 December 2018, 23:58:13 UTC
a9ad6ae updated makefiles to build the shared objects for the Python extension modules 04 December 2018, 23:55:14 UTC
e34cfa7 extended the definition of the extension modules for Python with the interface to the Pade continuation 04 December 2018, 23:41:29 UTC
9b66689 defined the verbose, not-to-file option for the C interface 04 December 2018, 20:39:34 UTC
fb9ec19 added a verbose flag in the C interface to Pade continuation 04 December 2018, 15:50:33 UTC
back to top