https://github.com/Benny44/LADEL

sort by:
Revision Author Date Message Commit Date
6af506b Small error in test row_at_the_end 18 May 2020, 18:01:19 UTC
3297347 Update renaming test file 18 May 2020, 11:49:48 UTC
a928aa8 Merge branch 'master' of https://github.com/Benny44/LADEL 18 May 2020, 11:46:42 UTC
fb9812d Detail 18 May 2020, 11:40:29 UTC
06d41e4 Double vector copy 15 May 2020, 07:05:09 UTC
6f18e54 Update cmakelists to conform to QPALM 14 May 2020, 19:21:52 UTC
cb62938 Prepend ladel to the include files to avoid conflict with QPALM 14 May 2020, 16:01:07 UTC
d1998af Add a function to factorize without redoing the ordering and the col counts 12 May 2020, 12:07:42 UTC
4ff0f8b Fix bug: update the etree in a row deletion 12 May 2020, 10:05:53 UTC
496fe1b Fix bug of resetting the zero workspace 12 May 2020, 10:05:13 UTC
ceeb68b Add functionality to update multiple rows 12 May 2020, 10:04:13 UTC
7a49819 Add examples of changing the first and last row 06 May 2020, 15:43:40 UTC
ac24132 Add some timings in the example 06 May 2020, 11:26:10 UTC
dcae7da Fix sorting bug 06 May 2020, 08:50:41 UTC
4d37b52 Add other tests for permutation and add cholmod tests to compare 06 May 2020, 08:49:17 UTC
1c5c28b Fix nz in copy (free if originally NULL) 06 May 2020, 08:21:20 UTC
c91bc78 Copy the matlab argument so it is not changed in mex 06 May 2020, 08:20:50 UTC
c64a159 Fix bug in delete to skip over empty columns 06 May 2020, 08:16:24 UTC
5cc7879 Add permutation of row_in_L if permutation present 06 May 2020, 07:24:33 UTC
30bc69e Fix sparse permutation bug 06 May 2020, 07:24:07 UTC
6d4767b Include debug print function for int vector 06 May 2020, 07:23:45 UTC
4bf0f44 Include inverse permutation vector in LD 06 May 2020, 07:22:20 UTC
e839082 Add factorization example for testing LADEL with permutation 04 May 2020, 14:31:43 UTC
4c2259d Fix ladel_setup for compiling AMD 04 May 2020, 14:31:01 UTC
effd840 Update gitignore with private folder 04 May 2020, 14:30:41 UTC
d22254a Output for factorize, plus fix return of permutation in mex 04 May 2020, 14:30:25 UTC
27b969b Add example of deleting a row 04 May 2020, 09:05:38 UTC
450fd6c Update ladel_test 04 May 2020, 08:55:20 UTC
e046b21 Add [L,D] as possible outputs for the user 04 May 2020, 08:52:06 UTC
a46027c Fix bug for set union where first set is empty 04 May 2020, 08:51:10 UTC
4b87877 Add second test case for ldl 04 May 2020, 08:48:47 UTC
8d80c9e Add print function for sets 04 May 2020, 08:48:24 UTC
24cf946 Row_mod mex interface and small bug fixes 22 April 2020, 17:21:07 UTC
22a3296 Function to permute sparse vectors (with the result having sorted indices) 22 April 2020, 17:19:39 UTC
aafe189 Factorize advanced in mex 21 April 2020, 10:29:50 UTC
d798980 Simple factorization and dense solve in mex 20 April 2020, 10:46:06 UTC
cee2741 Basic mex setup with init and delete 17 April 2020, 13:39:46 UTC
03ab56a Minor error in test of simple col counts 16 April 2020, 10:03:21 UTC
1d4cddc Solve all (except for conversion) warnings 16 April 2020, 09:54:53 UTC
a3a296f Row delete and row_add corrections for l32 16 March 2020, 16:11:21 UTC
fe5f1c0 Row add debugged 13 March 2020, 20:35:31 UTC
ad04683 First version of row_add (still bugged) 13 March 2020, 15:33:54 UTC
11bfeb7 Row mod skeleton and tests 05 March 2020, 14:56:28 UTC
090eb17 Add rank1_downdate and test 02 March 2020, 10:50:34 UTC
243580e Capture all workspace necessary in ladel_work struct 28 February 2020, 16:03:52 UTC
5a15ff2 Debug and complete rank1_update 27 February 2020, 18:10:10 UTC
d8aba43 Debugging print for the factors 27 February 2020, 18:09:24 UTC
b5a7355 Add factorization on basis matrix for static preallocation 27 February 2020, 14:34:06 UTC
15202d6 Add minimum index in set union algorithm 27 February 2020, 14:33:41 UTC
ba79c32 Printing information for debugging 27 February 2020, 14:32:45 UTC
fd615db Rank 1 update (not checked) 27 February 2020, 10:54:05 UTC
56edd0e Update the set union algorithm so it also computes the difference 26 February 2020, 15:48:07 UTC
ab80f13 Introduce col struct 26 February 2020, 09:01:30 UTC
61fc08f Refactor set_union with set structure 25 February 2020, 14:36:10 UTC
7e4adee Set addition (with tests) for rank 1 mod 19 February 2020, 16:59:09 UTC
17dba5c Test and skeleton for rank 1 update 19 February 2020, 14:03:28 UTC
2f09905 Remove the diagonal of L (ones) 13 February 2020, 10:12:47 UTC
053e550 Debug and test for ldl with amd ordering 12 February 2020, 16:51:08 UTC
a6a16d3 Debug and test for simple ldl 12 February 2020, 16:03:12 UTC
68699b2 Ladel solve with dense rhs 12 February 2020, 13:56:57 UTC
7c5985b Main API function to factorize 11 February 2020, 14:55:15 UTC
a1c19e3 Numerical calculation of the L and D factors 11 February 2020, 14:34:51 UTC
24dc73b Compute the nonzero pattern of a row in L using etree 11 February 2020, 10:24:09 UTC
f16ca90 Add LDL factors data structure 11 February 2020, 08:40:25 UTC
58aed10 Implement ldl_symbolic 10 February 2020, 15:54:19 UTC
1212aa8 Symmetrically permute matrix 10 February 2020, 15:15:33 UTC
bf7e1c9 Implement copy of sparse matrix and add test (no p-vector => copy) 10 February 2020, 13:35:49 UTC
4c47339 Permutations of vectors implemented 10 February 2020, 13:32:39 UTC
e49c79c Add AMD to the repo and skeleton for ldl symbolic analysis 10 February 2020, 13:31:52 UTC
e9baaca Add permutation skeleton and tests 10 February 2020, 11:19:21 UTC
7dbab03 Pack symbolic information together in structure and update signatures 07 February 2020, 16:10:35 UTC
5679135 Implementation of column counts (good asymptotic complexity) 07 February 2020, 15:36:38 UTC
7e01444 Implementation of transpose 07 February 2020, 14:01:28 UTC
dd8208d Skeleton and test for transpose 07 February 2020, 13:10:41 UTC
40d384e Find the least common ancestor of two subsequent leaves 07 February 2020, 12:47:05 UTC
b124d6f Col counts test and skeleton 06 February 2020, 21:11:16 UTC
6a622bb Implementation postordering the elimination tree 06 February 2020, 16:12:40 UTC
4eaf175 Simplified symbolic analysis with worse asymptotic complexity 06 February 2020, 14:39:37 UTC
059b3d2 Test and skeleton for postording of the elimination tree 06 February 2020, 11:26:27 UTC
f8c4fd7 Test and implementation of the elimination tree 06 February 2020, 11:01:29 UTC
556eae2 Implementation of to upper diag 06 February 2020, 10:28:13 UTC
2d44268 Test and skeleton for transformation to upper diag entries only 06 February 2020, 09:56:36 UTC
efedab7 Convert NONE to NULL (use NONE for nonexisting nodes later) 31 January 2020, 15:53:56 UTC
182fdec Tpose_matvec plus minor cleanup 31 January 2020, 13:22:17 UTC
b1e0a10 Matvec 31 January 2020, 13:13:16 UTC
f146cb9 Skeleton and tests for matvec 31 January 2020, 13:08:12 UTC
aaae432 Infinity norm per row 31 January 2020, 12:44:20 UTC
1aefbbf Add color to test output 31 January 2020, 12:43:16 UTC
fa56a7b Infinity norms per columns 31 January 2020, 12:02:40 UTC
b85f819 Skeleton and tests for infinity norms 31 January 2020, 11:55:51 UTC
b03afff Implement scalar scaling 31 January 2020, 10:21:03 UTC
07eb89a Implement column scaling 31 January 2020, 10:19:23 UTC
1030440 Implement row scaling 31 January 2020, 10:15:58 UTC
d00bd0d Add valgrind command and warnings 31 January 2020, 10:14:49 UTC
52c87c6 Fix macro bug 31 January 2020, 10:14:13 UTC
530287d Basic build setup (cmake) 31 January 2020, 09:50:20 UTC
346668f Scale test 31 January 2020, 09:24:22 UTC
b156e35 Scale and test_scale skeletons 31 January 2020, 09:03:50 UTC
3588861 Main memory functions 30 January 2020, 10:55:18 UTC
5229bed Add vscode configuration to gitignore 30 January 2020, 10:55:01 UTC
back to top