https://github.com/janverschelde/PHCpack

sort by:
Revision Author Date Message Commit Date
6e723b4 completed definition of systems of circuits for efficient evaluation and differentiation 19 May 2020, 15:02:27 UTC
509ba86 defined systems of circuits for complex arithmetic 19 May 2020, 02:39:28 UTC
9874e97 defined evaluation and differentiation procedures with a power table 19 May 2020, 00:38:18 UTC
62bbdfd defined and tested the multiplication with the common factor 18 May 2020, 18:56:53 UTC
a6db96d added wrapper procedure and better test 18 May 2020, 16:24:36 UTC
f1ba4a1 Merge branch 'master' of https://github.com/janverschelde/PHCpack 17 May 2020, 21:34:17 UTC
abfb70b added more functions to split complex vectors 17 May 2020, 21:33:53 UTC
4e126fa added data structures to the newest circuit packages 17 May 2020, 01:52:54 UTC
b727b83 new package with development code for testing purposes 16 May 2020, 20:34:28 UTC
498bf99 added error computations to the tests and fixed another bug 16 May 2020, 00:03:02 UTC
f905e85 more bug fixes and addition of an extra test 15 May 2020, 21:11:40 UTC
831a49d bug fix in grabbing imaginary parts in fused versions 15 May 2020, 14:52:25 UTC
b572d81 added indexed versions of the better performing algorithmic differentiation and evaluation procedures 15 May 2020, 01:43:13 UTC
1a3b40f new package with better performing code for algorithmic differentation and evaluation 14 May 2020, 17:47:00 UTC
6eac51f defined fused loops for the forward, backward, and cross products 14 May 2020, 01:54:12 UTC
9eeb67f added fused loop computation of forward, backward, and cross products 13 May 2020, 22:55:15 UTC
aa23909 added loop fusion to the computation of forward and backward products 13 May 2020, 19:24:06 UTC
d0d00e1 added computation of the power table to the performance test procedure 13 May 2020, 18:05:32 UTC
0c91745 added test on computation with forward and backward products 13 May 2020, 00:55:34 UTC
02ef780 updated makefiles for the new test procedure 11 May 2020, 19:22:56 UTC
0e4db11 new test procedure on the performance of algorithmic differentiation and evaluation 11 May 2020, 19:00:23 UTC
2e56165 added Newton-Fabry procedures on coefficient convolutions 10 May 2020, 21:01:05 UTC
ee22e34 tested new Newton procedures with coefficient convolution circuitst 10 May 2020, 00:59:17 UTC
c4b7d59 added new procedures to run Newton's method on the faster coefficient convolution circuits 09 May 2020, 19:15:31 UTC
c9da09d bug fixed in splitting of convolution circuits in case there is no common factor 08 May 2020, 17:20:42 UTC
aef4fdc added new Newton step methods on the new convolution circuits 07 May 2020, 23:29:37 UTC
2ac5f8a updated makefiles for a new test procedure 07 May 2020, 00:32:07 UTC
c806bf9 new test procedure on the performance of splitted circuits 06 May 2020, 23:56:20 UTC
9cac2d6 new package to split the complex coefficients of convolution circuits 06 May 2020, 16:24:49 UTC
e9b9add added another split procedure 06 May 2020, 14:54:30 UTC
a04607e defined the system data structure encapsulation for the new convolution circuits in double precision 06 May 2020, 01:02:59 UTC
bf8a6bc added definition of the circuits data structure to the new convolutions package 05 May 2020, 21:55:21 UTC
2c1a017 new version of algorithmic differentiation works in general, in double precision 05 May 2020, 16:45:54 UTC
f0477dd tested special cases for the coefficient convolutions 04 May 2020, 23:07:49 UTC
f647e3d some bug fixes for test procedures of special cases 04 May 2020, 18:33:56 UTC
6cf1225 improved code heeding compiler warnings 04 May 2020, 15:44:43 UTC
9587d86 extended the package to compute the convolutions more efficiently with procedure to compute the power table and to apply algorithmic differentiation 04 May 2020, 01:12:24 UTC
882a55d new package to split/merge vectors of complex numbers 03 May 2020, 20:53:52 UTC
caddccf new package to compute convolutions more efficiently 03 May 2020, 17:03:07 UTC
b6d921d added a test on the performance of Horner's method and added wrapped procedures 03 May 2020, 00:32:53 UTC
aeb9c0d added tests on the performance of the complex inner products 02 May 2020, 20:58:21 UTC
a203af1 updated makefiles for new test procedure 02 May 2020, 17:51:46 UTC
97b667d new test procedure to explore the performance of algorithms to compute convolutions of coefficients of series 02 May 2020, 00:43:28 UTC
70578fe added writing of seed, version number, number of tasks, time stamps at the end of a multitasked run with the new path trackers 01 May 2020, 18:16:42 UTC
10b43bf added writing of seed, version number, and time stamps after a run of the new trackers in phc -u 01 May 2020, 17:09:23 UTC
2960c54 applied extra corrector steps at the end of each path tracking 01 May 2020, 01:39:21 UTC
bfa38bc applied extra Newton steps in the correctors 30 April 2020, 17:38:26 UTC
0acb252 version 2.4.76 releases multitasked Newton-Fabry-Pade-Hesse trackers 29 April 2020, 18:08:26 UTC
75d41fc fixed typo in sphinx documentation 29 April 2020, 17:45:14 UTC
8685968 prepared files for version 1.0.3 of phcpy 29 April 2020, 14:23:44 UTC
184b8fb prepared files for version 2.4.76 29 April 2020, 13:29:27 UTC
c5d9581 passed the target value to the complex sweep correctly 29 April 2020, 01:00:55 UTC
f290637 commented out some print statements in the sweepers module 28 April 2020, 17:55:49 UTC
802ae4c adjusted interface gateway procedures to the sweepers to the target value is passed correctly for a real sweep 28 April 2020, 17:42:04 UTC
f4f212a added multitasking to root refinement in double double and quad double precision 27 April 2020, 21:19:46 UTC
966c9fd new package for multitasked root refiners in double double and quad double precision 27 April 2020, 20:26:27 UTC
4c09238 phc -u gives access to the multitasked Newton-Fabry-Pade-Hesse tracker 27 April 2020, 17:05:52 UTC
2eb6f09 added track and main procedures to the package using code from the test procedure 26 April 2020, 21:07:17 UTC
91f3f86 extended phc -u with the Newton-Fabry-Pade-Hesse path trackers 25 April 2020, 23:52:34 UTC
067991a new package to launches the new thread safe path trackers 25 April 2020, 21:59:50 UTC
f154973 applied affine coordinate transformations after multi-homogeneous runs 25 April 2020, 18:00:40 UTC
28b4176 applied multi-homogeneous coordinate scaling in the new predictor corrector loops 25 April 2020, 15:31:31 UTC
1c08f10 passed the multi-homogenization parameters from the tests to the multitasked path trackers 25 April 2020, 02:41:15 UTC
0f45f19 passed multihomogenization parameters from tests to the predictor corrector loops and path trackers with convolution circuits 25 April 2020, 02:36:41 UTC
f2009bd new scaling procedures for m-homogenization and tests 24 April 2020, 23:04:39 UTC
8d54077 updates so input and output file names are passed from the command line to the refiners in double double and quad double precision 23 April 2020, 17:01:25 UTC
fdc4632 fixed scaling of added hyperplanes for multi-homogeneous coordinates of convolution circuits 22 April 2020, 19:23:22 UTC
58e252e added transformations to affine coordinates after a run in projective coordinates 21 April 2020, 20:26:01 UTC
b7fdc2a updated number of corrector steps at the end of a path 21 April 2020, 16:28:51 UTC
d7c631a bug fix in the setup of the multitasked path trackers for double double and quad double precision 20 April 2020, 21:42:22 UTC
390b3eb added max|dx| as stop criterion in the corrector convolutions 19 April 2020, 19:16:30 UTC
06c54a2 added parameter for some extra corrector iterations 19 April 2020, 02:49:25 UTC
630754c added an extra corrector step at the end of each path tracking in the multitasked procedures 17 April 2020, 20:08:40 UTC
ade2cdd updates for introduction to multi-homogenization of convolution circuits 17 April 2020, 01:30:42 UTC
2319503 applied option to run paths in homogeneous coordinates to all path trackers with convolution circuits 16 April 2020, 02:04:53 UTC
fa78006 applied scaling of solutions in homogeneous coordinates in the step-by-step interactive tests 16 April 2020, 00:50:52 UTC
4456471 new package to scale the last hyperplane in 1-homogeneous convolution circuits 15 April 2020, 21:21:45 UTC
1cf8ddc added scaling of solution and adjustment of constant coefficient 15 April 2020, 00:51:20 UTC
c6db31b extended the double double and quad double versions of the input definition and added test procedures on homogenization 14 April 2020, 01:45:45 UTC
9b33798 updated makefile for the new test procedure 14 April 2020, 00:03:07 UTC
45a9235 updates to allow for projective coordinate transformations with new test procedure 13 April 2020, 23:34:41 UTC
0cf4997 added writing of start system (or natural-parameter homotopy), start solutions, and parameters to the test procedure on the new multitasked path trackers 13 April 2020, 01:59:13 UTC
5e75bd6 modifications to allow natural parameter homotopies on input 12 April 2020, 01:26:47 UTC
58549df added writing of start system, start solutions and solutions at end of each path in nonverbose mode 11 April 2020, 15:49:11 UTC
435c820 added counters for the number of corrector iterations, fix bug in setting of the counter 10 April 2020, 22:24:14 UTC
168d434 added more counters, smallest and largest step sizes to the new path trackers 10 April 2020, 21:08:35 UTC
9cb5617 added printing of ratios of minimality of various step sizes 10 April 2020, 18:02:28 UTC
bacc312 added procedure to write some counters to file 10 April 2020, 02:37:38 UTC
b125786 added correctors that estimate condition numbers 09 April 2020, 15:41:20 UTC
dc0b22c updates in the procedures to set the err and res fields in solutions of the new path trackers 08 April 2020, 23:50:00 UTC
1ef63e7 added printing of target system and wall clock time to the new multitasked path trackers 08 April 2020, 21:31:51 UTC
38cf8d4 added timers and printing of target system in preparation of future packaging 08 April 2020, 19:45:34 UTC
d84fddc new package for multitasked path trackers on homotopies defined by convolution circuits 08 April 2020, 00:27:37 UTC
8f89c80 added restoring of coefficients after tracking of each path in the multitasked runs 07 April 2020, 20:52:16 UTC
7977dd4 fixed the application of the corrector in the predictor-corrector-shift loops 07 April 2020, 16:16:04 UTC
2f102cd moved global counter into local variables of the multitasked procedures 06 April 2020, 23:06:36 UTC
7d67093 adjusted number of iterations relative to degrees of Pade approximants 06 April 2020, 21:39:51 UTC
a6a4cc8 added default values in the code for the phc -v 06 April 2020, 21:18:34 UTC
0c73da3 added the work space vector to the SVD procedures in the linearization and the Hessian computations 05 April 2020, 23:01:48 UTC
f5c8ec3 added SVD procedures with a work space vector to make it thread safe 05 April 2020, 15:48:39 UTC
back to top