4c2259d | Ben Hermans | 04 May 2020, 14:31:01 UTC | Fix ladel_setup for compiling AMD | 04 May 2020, 14:31:01 UTC |
effd840 | Ben Hermans | 04 May 2020, 14:30:41 UTC | Update gitignore with private folder | 04 May 2020, 14:30:41 UTC |
d22254a | Ben Hermans | 04 May 2020, 14:30:25 UTC | Output for factorize, plus fix return of permutation in mex | 04 May 2020, 14:30:25 UTC |
27b969b | Ben Hermans | 04 May 2020, 09:05:38 UTC | Add example of deleting a row | 04 May 2020, 09:05:38 UTC |
450fd6c | Ben Hermans | 04 May 2020, 08:55:20 UTC | Update ladel_test | 04 May 2020, 08:55:20 UTC |
e046b21 | Ben Hermans | 04 May 2020, 08:52:06 UTC | Add [L,D] as possible outputs for the user | 04 May 2020, 08:52:06 UTC |
a46027c | Ben Hermans | 04 May 2020, 08:51:10 UTC | Fix bug for set union where first set is empty | 04 May 2020, 08:51:10 UTC |
4b87877 | Ben Hermans | 04 May 2020, 08:48:47 UTC | Add second test case for ldl | 04 May 2020, 08:48:47 UTC |
8d80c9e | Ben Hermans | 04 May 2020, 08:48:24 UTC | Add print function for sets | 04 May 2020, 08:48:24 UTC |
24cf946 | Ben Hermans | 22 April 2020, 17:21:07 UTC | Row_mod mex interface and small bug fixes | 22 April 2020, 17:21:07 UTC |
22a3296 | Ben Hermans | 22 April 2020, 17:19:39 UTC | Function to permute sparse vectors (with the result having sorted indices) | 22 April 2020, 17:19:39 UTC |
aafe189 | Ben Hermans | 21 April 2020, 10:29:50 UTC | Factorize advanced in mex | 21 April 2020, 10:29:50 UTC |
d798980 | Ben Hermans | 20 April 2020, 10:46:06 UTC | Simple factorization and dense solve in mex | 20 April 2020, 10:46:06 UTC |
cee2741 | Ben Hermans | 17 April 2020, 13:39:46 UTC | Basic mex setup with init and delete | 17 April 2020, 13:39:46 UTC |
03ab56a | Ben Hermans | 16 April 2020, 10:03:21 UTC | Minor error in test of simple col counts | 16 April 2020, 10:03:21 UTC |
1d4cddc | Ben Hermans | 16 April 2020, 09:54:53 UTC | Solve all (except for conversion) warnings | 16 April 2020, 09:54:53 UTC |
a3a296f | Ben Hermans | 16 March 2020, 16:11:21 UTC | Row delete and row_add corrections for l32 | 16 March 2020, 16:11:21 UTC |
fe5f1c0 | Ben Hermans | 13 March 2020, 20:35:31 UTC | Row add debugged | 13 March 2020, 20:35:31 UTC |
ad04683 | Ben Hermans | 13 March 2020, 15:33:54 UTC | First version of row_add (still bugged) | 13 March 2020, 15:33:54 UTC |
11bfeb7 | Ben Hermans | 05 March 2020, 14:56:28 UTC | Row mod skeleton and tests | 05 March 2020, 14:56:28 UTC |
090eb17 | Ben Hermans | 02 March 2020, 10:50:34 UTC | Add rank1_downdate and test | 02 March 2020, 10:50:34 UTC |
243580e | Ben Hermans | 28 February 2020, 16:03:52 UTC | Capture all workspace necessary in ladel_work struct | 28 February 2020, 16:03:52 UTC |
5a15ff2 | Ben Hermans | 27 February 2020, 18:10:10 UTC | Debug and complete rank1_update | 27 February 2020, 18:10:10 UTC |
d8aba43 | Ben Hermans | 27 February 2020, 18:09:24 UTC | Debugging print for the factors | 27 February 2020, 18:09:24 UTC |
b5a7355 | Ben Hermans | 27 February 2020, 14:34:06 UTC | Add factorization on basis matrix for static preallocation | 27 February 2020, 14:34:06 UTC |
15202d6 | Ben Hermans | 27 February 2020, 14:33:41 UTC | Add minimum index in set union algorithm | 27 February 2020, 14:33:41 UTC |
ba79c32 | Ben Hermans | 27 February 2020, 14:32:45 UTC | Printing information for debugging | 27 February 2020, 14:32:45 UTC |
fd615db | Ben Hermans | 27 February 2020, 10:54:05 UTC | Rank 1 update (not checked) | 27 February 2020, 10:54:05 UTC |
56edd0e | Ben Hermans | 26 February 2020, 15:48:07 UTC | Update the set union algorithm so it also computes the difference | 26 February 2020, 15:48:07 UTC |
ab80f13 | Ben Hermans | 26 February 2020, 09:01:30 UTC | Introduce col struct | 26 February 2020, 09:01:30 UTC |
61fc08f | Ben Hermans | 25 February 2020, 14:36:10 UTC | Refactor set_union with set structure | 25 February 2020, 14:36:10 UTC |
7e4adee | Ben Hermans | 19 February 2020, 16:59:09 UTC | Set addition (with tests) for rank 1 mod | 19 February 2020, 16:59:09 UTC |
17dba5c | Ben Hermans | 19 February 2020, 14:03:28 UTC | Test and skeleton for rank 1 update | 19 February 2020, 14:03:28 UTC |
2f09905 | Ben Hermans | 13 February 2020, 10:12:47 UTC | Remove the diagonal of L (ones) | 13 February 2020, 10:12:47 UTC |
053e550 | Ben Hermans | 12 February 2020, 16:51:08 UTC | Debug and test for ldl with amd ordering | 12 February 2020, 16:51:08 UTC |
a6a16d3 | Ben Hermans | 12 February 2020, 16:03:12 UTC | Debug and test for simple ldl | 12 February 2020, 16:03:12 UTC |
68699b2 | Ben Hermans | 12 February 2020, 13:56:57 UTC | Ladel solve with dense rhs | 12 February 2020, 13:56:57 UTC |
7c5985b | Ben Hermans | 11 February 2020, 14:55:15 UTC | Main API function to factorize | 11 February 2020, 14:55:15 UTC |
a1c19e3 | Ben Hermans | 11 February 2020, 14:34:51 UTC | Numerical calculation of the L and D factors | 11 February 2020, 14:34:51 UTC |
24dc73b | Ben Hermans | 11 February 2020, 10:24:09 UTC | Compute the nonzero pattern of a row in L using etree | 11 February 2020, 10:24:09 UTC |
f16ca90 | Ben Hermans | 11 February 2020, 08:40:25 UTC | Add LDL factors data structure | 11 February 2020, 08:40:25 UTC |
58aed10 | Ben Hermans | 10 February 2020, 15:54:19 UTC | Implement ldl_symbolic | 10 February 2020, 15:54:19 UTC |
1212aa8 | Ben Hermans | 10 February 2020, 15:15:33 UTC | Symmetrically permute matrix | 10 February 2020, 15:15:33 UTC |
bf7e1c9 | Ben Hermans | 10 February 2020, 13:35:49 UTC | Implement copy of sparse matrix and add test (no p-vector => copy) | 10 February 2020, 13:35:49 UTC |
4c47339 | Ben Hermans | 10 February 2020, 13:32:39 UTC | Permutations of vectors implemented | 10 February 2020, 13:32:39 UTC |
e49c79c | Ben Hermans | 10 February 2020, 13:31:52 UTC | Add AMD to the repo and skeleton for ldl symbolic analysis | 10 February 2020, 13:31:52 UTC |
e9baaca | Ben Hermans | 10 February 2020, 11:19:21 UTC | Add permutation skeleton and tests | 10 February 2020, 11:19:21 UTC |
7dbab03 | Ben Hermans | 07 February 2020, 16:10:35 UTC | Pack symbolic information together in structure and update signatures | 07 February 2020, 16:10:35 UTC |
5679135 | Ben Hermans | 07 February 2020, 15:36:38 UTC | Implementation of column counts (good asymptotic complexity) | 07 February 2020, 15:36:38 UTC |
7e01444 | Ben Hermans | 07 February 2020, 14:01:28 UTC | Implementation of transpose | 07 February 2020, 14:01:28 UTC |
dd8208d | Ben Hermans | 07 February 2020, 13:10:41 UTC | Skeleton and test for transpose | 07 February 2020, 13:10:41 UTC |
40d384e | Ben Hermans | 07 February 2020, 12:47:05 UTC | Find the least common ancestor of two subsequent leaves | 07 February 2020, 12:47:05 UTC |
b124d6f | Ben Hermans | 06 February 2020, 21:11:16 UTC | Col counts test and skeleton | 06 February 2020, 21:11:16 UTC |
6a622bb | Ben Hermans | 06 February 2020, 16:12:40 UTC | Implementation postordering the elimination tree | 06 February 2020, 16:12:40 UTC |
4eaf175 | Ben Hermans | 06 February 2020, 14:39:37 UTC | Simplified symbolic analysis with worse asymptotic complexity | 06 February 2020, 14:39:37 UTC |
059b3d2 | Ben Hermans | 06 February 2020, 11:26:27 UTC | Test and skeleton for postording of the elimination tree | 06 February 2020, 11:26:27 UTC |
f8c4fd7 | Ben Hermans | 06 February 2020, 11:01:29 UTC | Test and implementation of the elimination tree | 06 February 2020, 11:01:29 UTC |
556eae2 | Ben Hermans | 06 February 2020, 10:28:13 UTC | Implementation of to upper diag | 06 February 2020, 10:28:13 UTC |
2d44268 | Ben Hermans | 06 February 2020, 09:56:36 UTC | Test and skeleton for transformation to upper diag entries only | 06 February 2020, 09:56:36 UTC |
efedab7 | Ben Hermans | 31 January 2020, 15:53:56 UTC | Convert NONE to NULL (use NONE for nonexisting nodes later) | 31 January 2020, 15:53:56 UTC |
182fdec | Ben Hermans | 31 January 2020, 13:22:17 UTC | Tpose_matvec plus minor cleanup | 31 January 2020, 13:22:17 UTC |
b1e0a10 | Ben Hermans | 31 January 2020, 13:13:16 UTC | Matvec | 31 January 2020, 13:13:16 UTC |
f146cb9 | Ben Hermans | 31 January 2020, 13:08:12 UTC | Skeleton and tests for matvec | 31 January 2020, 13:08:12 UTC |
aaae432 | Ben Hermans | 31 January 2020, 12:44:20 UTC | Infinity norm per row | 31 January 2020, 12:44:20 UTC |
1aefbbf | Ben Hermans | 31 January 2020, 12:43:16 UTC | Add color to test output | 31 January 2020, 12:43:16 UTC |
fa56a7b | Ben Hermans | 31 January 2020, 12:02:40 UTC | Infinity norms per columns | 31 January 2020, 12:02:40 UTC |
b85f819 | Ben Hermans | 31 January 2020, 11:55:51 UTC | Skeleton and tests for infinity norms | 31 January 2020, 11:55:51 UTC |
b03afff | Ben Hermans | 31 January 2020, 10:21:03 UTC | Implement scalar scaling | 31 January 2020, 10:21:03 UTC |
07eb89a | Ben Hermans | 31 January 2020, 10:19:23 UTC | Implement column scaling | 31 January 2020, 10:19:23 UTC |
1030440 | Ben Hermans | 31 January 2020, 10:15:58 UTC | Implement row scaling | 31 January 2020, 10:15:58 UTC |
d00bd0d | Ben Hermans | 31 January 2020, 10:14:49 UTC | Add valgrind command and warnings | 31 January 2020, 10:14:49 UTC |
52c87c6 | Ben Hermans | 31 January 2020, 10:14:13 UTC | Fix macro bug | 31 January 2020, 10:14:13 UTC |
530287d | Ben Hermans | 31 January 2020, 09:50:20 UTC | Basic build setup (cmake) | 31 January 2020, 09:50:20 UTC |
346668f | Ben Hermans | 31 January 2020, 09:24:22 UTC | Scale test | 31 January 2020, 09:24:22 UTC |
b156e35 | Ben Hermans | 31 January 2020, 09:03:50 UTC | Scale and test_scale skeletons | 31 January 2020, 09:03:50 UTC |
3588861 | Ben Hermans | 30 January 2020, 10:55:18 UTC | Main memory functions | 30 January 2020, 10:55:18 UTC |
5229bed | Ben Hermans | 30 January 2020, 10:55:01 UTC | Add vscode configuration to gitignore | 30 January 2020, 10:55:01 UTC |
a574f2a | Ben Hermans | 30 January 2020, 10:54:45 UTC | Add header guards | 30 January 2020, 10:54:45 UTC |
acaf870 | Ben Hermans | 29 January 2020, 16:20:45 UTC | Basic constants | 29 January 2020, 16:20:45 UTC |
c20201f | Ben Hermans | 29 January 2020, 16:20:29 UTC | Basic column compressed sparse matrix type | 29 January 2020, 16:20:29 UTC |
23fd0e6 | Ben Hermans | 29 January 2020, 15:44:12 UTC | Add minunit header file for unit tests | 29 January 2020, 15:44:12 UTC |
ad4d53a | Benny44 | 29 January 2020, 15:37:23 UTC | Initial commit | 29 January 2020, 15:37:23 UTC |