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

sort by:
Revision Author Date Message Commit Date
0eb8670 releases 20 July 2022, 13:28:16 UTC
b8d0082 release 20 July 2022, 13:15:17 UTC
83adf19 releases 20 July 2022, 12:51:50 UTC
30804d7 try fix documenter 20 July 2022, 11:53:57 UTC
d298a8f Rename everything 20 July 2022, 11:48:18 UTC
4e66bf7 Merge branch 'master' of https://github.com/tknopp/NFFT.jl 19 July 2022, 16:19:13 UTC
b316102 benchmark changes 19 July 2022, 16:18:17 UTC
e8a1033 micro optim 19 July 2022, 16:17:40 UTC
231a6a8 enable CuNFFT + release 24 June 2022, 13:19:52 UTC
02910a5 release 19 June 2022, 10:01:15 UTC
77cc44f change colors 19 June 2022, 09:58:43 UTC
bebab2a fix cufft plan constructor (#97) 19 June 2022, 09:12:47 UTC
17a3625 Merge branch 'master' of https://github.com/tknopp/NFFT.jl 10 June 2022, 07:52:50 UTC
c959ed8 paper work 10 June 2022, 07:52:13 UTC
3231cba Merge pull request #98 from marius311/patch-1 fix latex 07 June 2022, 11:54:06 UTC
56a1479 fix another typo 07 June 2022, 11:52:37 UTC
243e037 fix latex 07 June 2022, 02:22:58 UTC
2ca0977 Merge branch 'master' of https://github.com/tknopp/NFFT.jl 04 June 2022, 07:30:40 UTC
7fb5c67 minor 04 June 2022, 07:30:36 UTC
33e0260 allow changing block size 04 June 2022, 07:23:16 UTC
45b9487 change remaining 2m+2 -> 2m 24 May 2022, 07:36:24 UTC
9779779 release 24 May 2022, 07:14:45 UTC
9da5cd4 missed Apodization -> Deconvolution renamings 17 May 2022, 06:26:26 UTC
9664a2e Performance Tuning - disable real code path, since that makes problems on different CPUs - optimize the precomputation by using Chebyshev interpolation for phi_hat - optimize TENSOR -> use the POLY method to interpolate (significantly faster) 04 May 2022, 16:57:31 UTC
ef6a323 bug fix release 27 March 2022, 09:23:08 UTC
8eb905b remove hardcoded Float64 (#95) * remove hardcoded Float64 * switch to T(0.5) 27 March 2022, 09:08:40 UTC
20c7a62 release 26 March 2022, 08:36:12 UTC
53a4764 Merge branch 'master' of https://github.com/JuliaMath/NFFT.jl 26 March 2022, 07:21:18 UTC
7f3ffa9 implement #94 26 March 2022, 07:21:16 UTC
ce1919c resolve merge conflict 25 March 2022, 11:01:32 UTC
39f71aa add sync 25 March 2022, 10:57:47 UTC
0257f23 only use fillOneNodeReal in single threaded case. 24 March 2022, 08:17:11 UTC
66d6335 add precomputeBlocks to nodes! (#93) Co-authored-by: Tobias Knopp <tobias@knoppweb.de> 23 March 2022, 12:12:59 UTC
dc26c49 release 23 March 2022, 10:58:38 UTC
918f10b fix #91 23 March 2022, 08:53:12 UTC
1cedffe fix #90 23 March 2022, 08:21:13 UTC
ab2e1e8 fix versions 28 February 2022, 15:52:03 UTC
e087c6e releases 28 February 2022, 15:47:23 UTC
fc4fd5a release 28 February 2022, 15:30:17 UTC
e64b255 Release 28 February 2022, 15:09:24 UTC
c46c504 NFCT/NFCT branch (#89) * adds NFCT interface to AbstractNFFTs and implementation to NFFT3 wrapper #85 * adds NDCT, fixes small bug in wrapper #85 * generalize parts in AbstractNFFTs (less code) * implement NDST * implement NDST/NFST (NFFT3 wrapper) + tests * apodization->deconvolve + adjoint->transpose (where appropriate) * rename AnyNFFTPlan since the name was ambiguous Co-authored-by: Michael Schmischke <michael.schmischke@math.tu-chemnitz.de> 28 February 2022, 15:08:57 UTC
d79020f add (unsuccessful) StaticArrays experiment and rename internal functions 22 February 2022, 07:38:45 UTC
c578ee0 new runs + disable nightly 21 February 2022, 23:31:10 UTC
9c5fa0d new runs 21 February 2022, 22:56:40 UTC
86fb280 add poly to mt benchmark 21 February 2022, 22:34:09 UTC
041b0e5 docu 21 February 2022, 22:30:00 UTC
bbafc79 fix typo 21 February 2022, 21:42:02 UTC
dc77803 fix compat 21 February 2022, 21:24:26 UTC
8f8daee release 21 February 2022, 20:55:03 UTC
a0c51e4 releases 21 February 2022, 20:43:22 UTC
c52b0f8 release 21 February 2022, 20:33:57 UTC
55f8d52 better names for precompute methods 21 February 2022, 20:33:17 UTC
3f9d532 implement POLY precompute (WIP) 21 February 2022, 17:20:28 UTC
08af686 prepare for precompute=Poly 20 February 2022, 16:50:33 UTC
98d0e17 remove FINUFFT hack since it is fixed upstream 19 February 2022, 16:44:07 UTC
3360fc5 release 17 February 2022, 12:17:54 UTC
e469d52 hot fix for threading bugs. + multi-threaded CI 15 February 2022, 16:48:48 UTC
bdf0580 add CuNFFT to accuracy 15 February 2022, 09:52:50 UTC
f0e2665 fix version number 14 February 2022, 20:08:36 UTC
e43bc05 release 14 February 2022, 19:41:58 UTC
ba655ca fix CuNFFT 14 February 2022, 19:41:21 UTC
410190e cleanup 14 February 2022, 08:25:17 UTC
7bd1dfe Merge branch 'master' of https://github.com/tknopp/NFFT.jl 13 February 2022, 10:14:40 UTC
0299cd2 new runs 13 February 2022, 10:14:08 UTC
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
back to top