https://github.com/Benny44/LADEL

sort by:
Revision Author Date Message Commit Date
22d4d4c Update README to point to https://github.com/kul-optec/QPALM 13 February 2022, 15:40:31 UTC
5afae42 Ifdef cplusplus in headers 03 September 2021, 14:53:17 UTC
5c89bc3 Fix some allocations for empty matrix (or 0 columns) 03 September 2021, 14:47:34 UTC
5af7a8d Updated minunit 30 June 2021, 14:58:57 UTC
5c409b3 Fix type issue between ladel and amd on Windows (long is not 64 there) 30 June 2021, 13:15:54 UTC
585b766 Try comparing cmake_install_dir to empty var 13 January 2021, 10:37:09 UTC
8020cbe Compile option for long (casadi interface) 12 January 2021, 14:15:26 UTC
b9d94a8 Minor mods to account for empty matrices 05 January 2021, 17:15:25 UTC
2ddabda Merge branch 'master' of https://github.com/Benny44/LADEL 05 January 2021, 15:01:49 UTC
9dc08ee Compilation target for casadi 05 January 2021, 15:00:51 UTC
83230ee Reshuffle options in mex file (put factorize in the back) 17 November 2020, 14:46:43 UTC
2a4d6bb Redefine constant so no overlap occurs 17 November 2020, 14:06:07 UTC
50dccd6 Print error when diagonal element is too small (abs < 1e-15) 11 August 2020, 14:06:16 UTC
ddb4258 Detect parent directory to set or not set build dirs 16 July 2020, 09:23:17 UTC
929faff Allow for Python memory allocation 09 July 2020, 16:10:41 UTC
bd3d195 Fix to upper diag for UPPER matrices (same as default) 08 July 2020, 18:25:10 UTC
144b967 Fix upper diag for lower storage (transpose in place) 08 July 2020, 18:08:41 UTC
9d6957b Account for symmetric storage during to_upper_diag 08 July 2020, 15:55:22 UTC
b8ed8ba Allow for unitialized workspace during transpose 08 July 2020, 15:54:57 UTC
f194a0a Include minunit as a submodule 08 July 2020, 08:14:12 UTC
1261d9b Updated documentation 26 June 2020, 10:19:22 UTC
a692a14 Finish documenting all the files 26 June 2020, 10:19:07 UTC
d234bf9 Updated documentation 25 June 2020, 08:45:25 UTC
5371c91 Add documentation and change some function signatures 25 June 2020, 08:45:07 UTC
97025d4 Updated documentation 24 June 2020, 14:51:29 UTC
9edeec5 Added documentation to several files 24 June 2020, 14:51:13 UTC
47e31cb Updated docs 23 June 2020, 15:06:34 UTC
4ad16e2 Add documentation in some files 23 June 2020, 15:06:24 UTC
904f709 Add main API documentation (move updates to ladel.h) 22 June 2020, 15:29:41 UTC
eedbe0e Add references to Tim Davis book/articles 22 June 2020, 13:23:11 UTC
ce5e220 Add link to docs in Readme 22 June 2020, 13:13:08 UTC
c856217 Initial docs (only mainpage) 22 June 2020, 13:12:05 UTC
258644b Merge branch 'master' of https://github.com/Benny44/LADEL 22 June 2020, 12:54:19 UTC
d2e6207 Small fix 22 June 2020, 12:53:50 UTC
3470744 Create LICENSE 22 June 2020, 12:52:30 UTC
6b2128a Update readme with license and references 22 June 2020, 12:50:35 UTC
9a17501 Configure doxyfile for documentation 22 June 2020, 09:29:15 UTC
7ddd5b4 Minimal frontpage for the docs 22 June 2020, 09:27:39 UTC
5df3b28 Move matlab demos to separate folder 22 June 2020, 09:26:42 UTC
b7cd687 Remove multipliers from pattern add 18 June 2020, 14:59:01 UTC
ec54788 Function declaration added in header 18 June 2020, 08:38:08 UTC
18e0a4b Add some functionality for pattern only matrices 18 June 2020, 08:33:24 UTC
2fbe550 Update ladel mex with newest files 18 June 2020, 08:20:52 UTC
8b8a835 Fix warnings and some other small things 12 June 2020, 12:36:56 UTC
2b73ae5 Extract util function for ladel mex into separate file 12 June 2020, 12:36:25 UTC
b079316 Fix matmat without diag 12 June 2020, 09:10:10 UTC
5b8c068 Add function to take submatrix from column set 11 June 2020, 09:08:03 UTC
b226191 Fix bug for implicit declaration in matmat 11 June 2020, 09:06:18 UTC
26cce48 Add mat_mat_transpose function 11 June 2020, 08:16:47 UTC
76d9fd1 Fix symmetry after upper diag 04 June 2020, 08:03:04 UTC
c231f7f Merge branch 'master' of https://github.com/Benny44/LADEL 02 June 2020, 15:06:31 UTC
e5ecd40 Merge branch 'master' of https://github.com/Benny44/LADEL 02 June 2020, 15:06:03 UTC
b63a655 Merge branch 'master' of https://github.com/Benny44/LADEL 02 June 2020, 15:05:22 UTC
e8cd511 Add function to add matrices 02 June 2020, 15:04:39 UTC
073b795 Merge branch 'master' of https://github.com/Benny44/LADEL 27 May 2020, 20:21:00 UTC
60ff008 Add test with factorization after mat*diag*mat' 27 May 2020, 13:33:11 UTC
94bc0d6 Test mat*diag*mat' with matvec afterwards 27 May 2020, 13:24:47 UTC
aeb0dab Add mat*diag*mat' function with test (result is unsorted) 27 May 2020, 13:18:50 UTC
c51ff11 Delete comment 27 May 2020, 08:10:38 UTC
307fc4f Move all include files to main include for easier interface 25 May 2020, 14:44:33 UTC
ff1a92b Fix the modification of row in row_add when permuting 25 May 2020, 09:19:26 UTC
7e3459d Add a printing function for all entries in a matrix 25 May 2020, 09:18:59 UTC
01ef618 Merge branch 'master' of https://github.com/Benny44/LADEL 20 May 2020, 12:21:55 UTC
61925ec Fix bugs with nz 20 May 2020, 12:20:26 UTC
d97b37a Merge branch 'master' of https://github.com/Benny44/LADEL 20 May 2020, 12:06:10 UTC
07dff9b Fix Mpp to not allocate nz 20 May 2020, 12:05:31 UTC
936ac85 Fix bug of permutation of diag 20 May 2020, 12:04:40 UTC
757ebdd Function for matvec with symmetric matrix 19 May 2020, 14:32:51 UTC
d1a35f7 Add additional factorization functions with diag 19 May 2020, 09:57:35 UTC
99abcbf Remove prints 19 May 2020, 09:54:59 UTC
b4ba8c5 Fix small bug in printing 19 May 2020, 09:46:15 UTC
21596af Add test where nz is used in a factorization 19 May 2020, 09:45:58 UTC
ac65882 Define loop over column dependent on nz == NULL 19 May 2020, 09:12:50 UTC
1a9c12e Add nz flag to sparse_alloc, so nz = NULL indicates nz not used I want the matrix (like the lower factor L) to have the possibility of containing more space than nonzeros. The latter would then be indicated by nz. This is the first step towards that. 19 May 2020, 08:52:13 UTC
29c2f90 Test with partial diagonal adding 19 May 2020, 07:28:12 UTC
205e02c Add option for diagonal addition during factorization 18 May 2020, 18:12:25 UTC
a2d6465 Fix bug in etree with simple col counts and delete prints 18 May 2020, 18:12:02 UTC
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
back to top