https://github.com/tknopp/NFFT.jl

sort by:
Revision Author Date Message Commit Date
e4c2b9b release 13 February 2022, 10:09:22 UTC
7cb1533 minor 13 February 2022, 10:08:06 UTC
dc4fc70 new benchmark runs 13 February 2022, 10:07:56 UTC
ccdbbe0 Improve Performance (addBlock and fillOneNode) - implement modulo-free addBlock/toBlock - micro-optimize fillOneNode for specific cases (switch to real array representation) 13 February 2022, 09:27:48 UTC
1a47904 plot starting from zero 13 February 2022, 08:30:40 UTC
f26e775 Merge branch 'master' of https://github.com/tknopp/NFFT.jl 11 February 2022, 18:39:38 UTC
b8e8fa2 new runs 11 February 2022, 18:39:22 UTC
f43b7c1 new runs 11 February 2022, 18:23:38 UTC
542a7d9 replace toBlock and addBlock by Cartesian implementation 11 February 2022, 18:04:23 UTC
26b7189 release 11 February 2022, 17:09:01 UTC
258e48f revert ugly implementation (was not faster) 11 February 2022, 16:38:21 UTC
ece8984 try speedup (ugly code) 11 February 2022, 16:09:33 UTC
d3f6603 catch NaNs in nodes 11 February 2022, 16:06:48 UTC
03ede16 minor plots update 11 February 2022, 14:39:00 UTC
581457e Merge branch 'master' of https://github.com/JuliaMath/NFFT.jl 11 February 2022, 14:17:58 UTC
ce3d15a docu 11 February 2022, 14:17:51 UTC
73a9e57 new runs 11 February 2022, 13:52:40 UTC
a8bba44 adaptive blocksize 11 February 2022, 13:14:06 UTC
d287887 fix bug 11 February 2022, 13:13:53 UTC
ccf7d02 docu 11 February 2022, 13:13:41 UTC
a920971 docu WIP 11 February 2022, 11:56:50 UTC
771c12b fix segfaults in FINUFFTWrapper and implement timing trick 11 February 2022, 08:43:06 UTC
13d5529 new runs 09 February 2022, 09:27:17 UTC
da8e401 minor 09 February 2022, 08:29:39 UTC
2936fd9 improve FINUFFTPlan and support partial caching 09 February 2022, 08:21:24 UTC
52268a1 fix wrong edge block handling 09 February 2022, 08:20:42 UTC
a280b75 correct reltol to m, since FINUFFT had one sample more 08 February 2022, 11:02:04 UTC
ad8ae67 new runs 08 February 2022, 10:16:59 UTC
3e3ee70 switch from 2m+1 to 2m kernel size 08 February 2022, 08:36:29 UTC
81cd5a1 remove the ability to set LUTSize because this is nothing the user should change 07 February 2022, 12:02:16 UTC
f08a8d4 implement cosh_type window 07 February 2022, 11:45:12 UTC
a38e159 docu changes 07 February 2022, 00:22:17 UTC
1b6cab1 switch to dimensionless LUT 07 February 2022, 00:14:16 UTC
0227bca fix accuracy issue 06 February 2022, 23:47:04 UTC
345d23c delete old file 06 February 2022, 21:37:13 UTC
60daf8e new runs 06 February 2022, 18:46:09 UTC
888a246 adapt benchmark 06 February 2022, 17:05:12 UTC
d44b795 implement precompute=TENSOR 06 February 2022, 17:02:44 UTC
fe2af8f patch release 04 February 2022, 17:59:49 UTC
f83497f fix #83 04 February 2022, 17:59:19 UTC
1d9f7f5 bugfix release 02 February 2022, 19:26:19 UTC
89b7488 fix #80 and add test for it 02 February 2022, 18:53:33 UTC
2a907d7 Accuracy work - changed LUT to exactly match the NFFT3 way - updated the accuracy chart that now shows that we have an unfound issue for LUT, which NFFT3 does not have. 02 February 2022, 08:29:01 UTC
7b3612a make blocking optional 31 January 2022, 12:47:06 UTC
df5ae15 add package tree image 31 January 2022, 00:35:21 UTC
3a9abef docu 30 January 2022, 23:01:59 UTC
ee75cee docu 30 January 2022, 22:27:33 UTC
b57b485 fix 30 January 2022, 21:21:36 UTC
1f11961 cleanup 30 January 2022, 21:06:50 UTC
773a30e new run 30 January 2022, 18:42:39 UTC
dfd0830 move index calculation to precomputation and store offsets 30 January 2022, 17:49:15 UTC
1915214 calculate full LUT and not just the positive part 30 January 2022, 15:34:23 UTC
2b5e8a4 add Linear Algebra to wrappers 30 January 2022, 15:33:35 UTC
69e60a8 fix tests 30 January 2022, 12:39:51 UTC
1fbd5b2 micro opt 30 January 2022, 12:24:43 UTC
4186cf9 further micro optim 30 January 2022, 12:01:41 UTC
150b7fc new runs 30 January 2022, 09:23:48 UTC
3f95d50 missing time removed 30 January 2022, 08:59:13 UTC
31fd4ff docu 30 January 2022, 08:53:15 UTC
119b45c micro optim 30 January 2022, 08:53:05 UTC
d578702 make upsample factor for FINUFFT deterministic 30 January 2022, 08:52:04 UTC
6045e7b docs and release 29 January 2022, 15:38:23 UTC
5d84839 make patch release 29 January 2022, 14:16:54 UTC
de0cba6 Merge branch 'master' of https://github.com/JuliaMath/NFFT.jl 29 January 2022, 14:12:22 UTC
d146a10 missing threads 29 January 2022, 14:12:15 UTC
4644609 change bench script 29 January 2022, 13:56:53 UTC
b1db228 function to profile constructor 29 January 2022, 13:55:33 UTC
4c6dbee further micro optimization 29 January 2022, 13:55:14 UTC
5cafcfd micro optimizations 29 January 2022, 12:28:23 UTC
aae8cfb Merge branch 'master' of https://github.com/tknopp/NFFT.jl 29 January 2022, 09:51:01 UTC
6ce5338 new performance runs + fixes 29 January 2022, 09:50:31 UTC
07b51f0 minor cleanup 29 January 2022, 09:30:07 UTC
130d425 performance tuning 29 January 2022, 07:36:50 UTC
c060f4b Merge branch 'adjointthreading' 28 January 2022, 22:12:32 UTC
a2c1192 block everything, cache blocks 28 January 2022, 22:10:17 UTC
28ec7a0 typo 28 January 2022, 13:42:32 UTC
dae2781 multithreading working 28 January 2022, 13:30:29 UTC
f37df5d fix NFFTTools 28 January 2022, 07:38:34 UTC
efe08e6 something works 28 January 2022, 00:02:54 UTC
0bfb13d Merge branch 'master' into adjointthreading 27 January 2022, 22:29:09 UTC
eaac1d3 prepare releases 27 January 2022, 22:23:17 UTC
a055379 fix small issue + release 27 January 2022, 22:01:58 UTC
00a06e8 tmp 27 January 2022, 21:51:03 UTC
6f5b6b0 release 27 January 2022, 21:26:39 UTC
8e4b25b fix #74 27 January 2022, 21:18:52 UTC
85a3053 tmp 27 January 2022, 21:15:59 UTC
a80cb45 Switch to mul! and * 27 January 2022, 13:23:39 UTC
4f3a91d remove unnecessary ndft functions 26 January 2022, 22:54:12 UTC
31453ea docs 26 January 2022, 17:58:45 UTC
7a13b3a NNFFT with FINUFFT working. 26 January 2022, 17:44:27 UTC
7259539 cleanup + new accuracy svg. 26 January 2022, 16:16:15 UTC
b66758a use guru interface 26 January 2022, 15:33:14 UTC
4082b24 work on abstract NNFFT interface 26 January 2022, 11:17:57 UTC
bdeeef2 bound reltol since it otherwise errors 26 January 2022, 11:17:32 UTC
f3d8d8c fixes 26 January 2022, 08:57:10 UTC
966a506 allow choosing parameters on accuracy 26 January 2022, 08:45:05 UTC
eb600a8 Merge branch 'master' of https://github.com/JuliaMath/NFFT.jl 26 January 2022, 08:19:10 UTC
62ca810 Update FINUFFT.jl 26 January 2022, 08:16:46 UTC
39ed09d fixes 26 January 2022, 07:48:32 UTC
386130c implement missing features for FINUFFT 25 January 2022, 22:49:20 UTC
back to top