https://github.com/janverschelde/PHCpack

sort by:
Revision Author Date Message Commit Date
b1abf7d made files ready for version 0.6.0 of phcpy 20 December 2016, 22:11:26 UTC
09fceed added Apollonius test problem to the series module 20 December 2016, 21:42:46 UTC
89411ce adjusted release numbers in the source code for 2.4.31 20 December 2016, 21:23:20 UTC
8503e2a prepared greeting banners for release 2.4.31 of PHCpack 20 December 2016, 21:12:45 UTC
612f84e added option to phc -u to start Newton's method at a series with many leading terms 20 December 2016, 20:32:14 UTC
bb2a76e refactored main driver procedure which defines phc -u interaction with the user 20 December 2016, 16:51:04 UTC
d432f81 added methods to phcpy, to apply Newton's method, starting at series with more than one term, using a lower triangular form 19 December 2016, 23:53:49 UTC
6296135 fixed bug in the table to initialize exported py2c functions for the phcpy extension module in Python3 19 December 2016, 23:34:07 UTC
859c73b bug fix in initialization of the quad double systems pool 19 December 2016, 21:37:02 UTC
d678f10 added functions to define the k-th system in the pool 19 December 2016, 17:57:49 UTC
f14d69e two more jobs added to make systems in the pool for double double and quad double precision 19 December 2016, 17:27:59 UTC
c774b61 additions to the definition of the C extension module, for phcpy 19 December 2016, 17:02:22 UTC
70dbc9c added five function to the C interface to the systems pool 19 December 2016, 16:27:50 UTC
702941f added five jobs to manage the systems pool 19 December 2016, 16:03:48 UTC
e76a9be extended the C definition of the extension modules for phcpy 19 December 2016, 03:17:08 UTC
bad879a added three functions to the series C library 19 December 2016, 02:34:25 UTC
b2bae77 adjusted makefiles to compile the library interface to the power series 19 December 2016, 01:56:56 UTC
58ebdfd fix syspool for g++ compilation 19 December 2016, 01:48:23 UTC
5667c0a added three operations to the gateway to C procedure 18 December 2016, 03:15:29 UTC
42c421f prepared gateway to C procedures to use echelon Newton for power series 18 December 2016, 02:58:10 UTC
b7241e8 fixed bug in calling of the proper test procedure 18 December 2016, 01:17:28 UTC
2eb9050 refactored code in test program to allow Newton's method to start at series 17 December 2016, 22:51:52 UTC
5088fcc completed a first version of the top wrappers for the echelon Newton 17 December 2016, 04:01:32 UTC
058d177 started adding the echelon Newton methods to the top wrappers 17 December 2016, 00:27:48 UTC
6023007 fixed the call to the Echelon Form Newton methods in the test procedure 16 December 2016, 23:48:18 UTC
9a92682 fixed an error in the wording of the output in verbose mode 16 December 2016, 23:46:28 UTC
f4efad1 added tests on the echelon newton's method on matrix series 16 December 2016, 03:55:52 UTC
e36341f defined Newton's method with echelon linear solvers 15 December 2016, 15:02:08 UTC
3eae236 added Newton step with echelon linear solver 15 December 2016, 04:22:44 UTC
92e1710 wrapped the echelon solvers in procedures exported by packages 14 December 2016, 18:43:06 UTC
793f6f2 added forgotten initialization to the timers 14 December 2016, 17:45:05 UTC
fae1bef added a Determinant function to the echelon forms packages 14 December 2016, 17:14:16 UTC
493af02 clarified the license to version 3.0 of GPL 13 December 2016, 20:02:26 UTC
2b124f0 added wrapper procedure to solve linear systems via a lower triangular echelon form 13 December 2016, 02:22:23 UTC
6d30fe2 remove use of dimension of the blocks and simplified computation of the multiplier matrices in the test procedure 12 December 2016, 23:56:14 UTC
5922f84 bug fix in the definition of the matrix of multipliers 12 December 2016, 22:25:17 UTC
ac0479f added block dimension to the echelon forms 12 December 2016, 20:14:33 UTC
771f181 added timing for the Hermite-Laurent systems 12 December 2016, 19:33:28 UTC
03fca0e printing both the computed and reconstructed echelon form 12 December 2016, 04:58:25 UTC
b763cce made the Multiply_and_Permute in sinc with the corresponding procedures in the test procedure ts_sersin 12 December 2016, 02:33:04 UTC
6b37d31 added a test on user given input 11 December 2016, 21:20:34 UTC
acdab18 added multiply and permute procedures to the echelon form solvers 11 December 2016, 04:01:20 UTC
571cc41 added back transformations to solve the origin block triangular system 11 December 2016, 03:13:17 UTC
8c790a3 solved triangular linear system with the echelon form 11 December 2016, 01:29:50 UTC
cbc89c9 initialized matrix U to the identity matrix in the procedure for the lower triangular echelon forms 11 December 2016, 00:29:59 UTC
72ac5f8 checks on the lower triangular echelon form must use sequences of transformation matrices on the columns 10 December 2016, 04:06:27 UTC
da2d386 added checks on the lower triangular echelon form 10 December 2016, 00:50:10 UTC
a94a829 defined permutation matrices and stored multipliers better 09 December 2016, 23:45:29 UTC
08c022c added a reference to another paper which report the use of PHCpack 09 December 2016, 22:12:07 UTC
6ae439a returned multiplier information in the echelon forms 09 December 2016, 20:47:52 UTC
11e15c6 improved printing of the echelon forms of matrices on randomly generated matrix series 09 December 2016, 17:33:15 UTC
315915e added lower and upper limits on the integer coefficients in the random matrix series 09 December 2016, 16:47:12 UTC
31dd12d echelon forms for lower block triangular systems in double double and quad double precision 09 December 2016, 03:52:26 UTC
a18a5c9 new package to compute the lower triangular echelon form for a lower block triangular matrix 09 December 2016, 03:36:18 UTC
46c100a defined also the elimination of elements right of the pivot in the echelon form 09 December 2016, 02:38:59 UTC
0fca79a defined finding of pivot and swapping of rows and columns in solver 09 December 2016, 00:02:33 UTC
870f933 updated makefiles for new test procedure 08 December 2016, 17:04:34 UTC
c1f99ad setup of a test procedure to develop the solving of a Hermite-Laurent system 08 December 2016, 16:58:52 UTC
9ddb261 new package to define random matrix series with code refactored out a test procedure 08 December 2016, 04:13:43 UTC
5c7d395 moved multiplication of a matrix with a vector series from a test program to the proper packages 08 December 2016, 03:02:32 UTC
d1395b8 added timing test to the matrix series linear solver 08 December 2016, 00:04:03 UTC
c18eb8b made the Hermite-Laurent matrix square to cover for the regular case 07 December 2016, 17:45:09 UTC
42cf8d0 more tests on Hermite-Laurent interpolation 07 December 2016, 15:42:37 UTC
5face03 tested Hermite-Laurent interpolation on a singular case in double double and quad double precision 07 December 2016, 04:19:55 UTC
d7df5e1 added Hermite-Laurent interpolating in double double and quad double precision 07 December 2016, 04:08:58 UTC
62ae632 test Hermite-Laurent interpolation on a singular case 07 December 2016, 04:00:50 UTC
6eacb0d defined the Hermite-Laurent interpolation problem in standard double precision 07 December 2016, 00:23:25 UTC
114c633 fixed magnitude for t in the Hermite interpolation to 0.01 06 December 2016, 03:07:14 UTC
3b7e9d2 added test on the rank of the Hermite matrix and comparison of the solutions 05 December 2016, 21:45:48 UTC
784c455 added more tests to the Hermite interpolation for power series 05 December 2016, 15:56:00 UTC
33f9aaa fixed differential coefficients for the Hermite matrix in double double and quad double precision 04 December 2016, 21:28:59 UTC
0c6e7b0 fixed differential coefficients in the Hermite matrix 04 December 2016, 20:44:33 UTC
17e1071 added --cite to the documentation about the text options of phc 04 December 2016, 02:51:37 UTC
9a6a153 defined the phc --cite to display information about how to cite PHCpack in publications 04 December 2016, 02:39:14 UTC
fe160e6 added cite() function to the __init__.py of the python2 and python3 versions of phcpy 04 December 2016, 02:15:45 UTC
dd04189 added test procedures for the Hermite interpolation 04 December 2016, 01:52:40 UTC
8bad057 bug fix in selection of coefficient vectors and matrices in the range 0..deg 04 December 2016, 01:41:22 UTC
6bc08af added a Hermite_Interpolate() function to compute series by interpolation 04 December 2016, 00:36:40 UTC
6378223 added Hermite system for double double and quad double precision 03 December 2016, 03:05:12 UTC
f64ca15 started definition of the Hermite interpolating linear system 03 December 2016, 00:19:50 UTC
3357a51 added multiplication of matrix by a scalar 02 December 2016, 21:48:21 UTC
653d4a5 renamed first chapter title and make section structure simpler 01 December 2016, 15:12:28 UTC
1addd93 type error fixed in the main makefile for test_lib 30 November 2016, 21:42:26 UTC
37de2e9 fixed makefiles for the integer cells container use in C++ program 30 November 2016, 21:29:11 UTC
b005f87 fixed compilation errors in the demonstration Ada wrapper to PHCpack 30 November 2016, 21:06:00 UTC
b82a5be added nt parameter in test on the cascade of homotopies 30 November 2016, 19:03:16 UTC
68842db added default value for the nt parameter (number of tasks) in the test on the Littlewood-Richardson homotopies 30 November 2016, 18:46:39 UTC
7ce850e fixed compilation errors in running Newton's method on power series 30 November 2016, 18:25:06 UTC
2b05d31 ready with files to release version 0.5.9 of phcpy 30 November 2016, 15:35:02 UTC
0cdb8f3 added reference to the documentation and updated the release number 30 November 2016, 15:11:54 UTC
57c6132 files for version 2.4.30 of PHCpack 30 November 2016, 14:59:51 UTC
60981a3 fixed parsing outcome of Pieri homotopies 30 November 2016, 02:53:14 UTC
c02e73b corrected some minor bugs in the driver procedures 30 November 2016, 02:09:23 UTC
856d2e2 added extra option to the Pieri homotopies to avoid the cheater homotopy 29 November 2016, 23:36:48 UTC
a10f245 reorganized Python2 documentation of phcpy into proper Tutorial and User Manual chapters 28 November 2016, 20:27:23 UTC
3c4a3f6 reorganized the Python3 documentation of phcpy into proper Tutorial and User Manual chapters 28 November 2016, 15:26:20 UTC
b72a274 interpolating series to solve linear systems in double double and quad double precision 28 November 2016, 01:29:47 UTC
911ec58 added functions to generate random vector series with coefficients in double double and quad double precision 28 November 2016, 01:13:11 UTC
fb79d70 moved the Interpolate function from the test procedure into the package 28 November 2016, 00:05:08 UTC
e05200c added functions to compute a solution to a linear system with matrix series via interpolation 27 November 2016, 19:07:08 UTC
back to top