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

sort by:
Revision Author Date Message Commit Date
7f529c3 Update REQUIRE 01 July 2018, 08:57:37 UTC
75349b0 remove Manifest and Project file 30 June 2018, 23:28:55 UTC
d5a20bd add authors 30 June 2018, 23:15:57 UTC
acf11f2 add uuid 30 June 2018, 23:10:34 UTC
e8c002d Merge branch 'master' of https://github.com/tknopp/NFFT.jl 30 June 2018, 23:07:41 UTC
0e5d95a fixes 30 June 2018, 23:06:35 UTC
eaaf5a3 drop 0.6 and 0.5 30 June 2018, 22:55:43 UTC
fa2839d make package 0.7 ready 30 June 2018, 22:53:30 UTC
b9d1285 let travis run 27 June 2018, 16:52:10 UTC
760a067 Avoid checking type of `x` in NFFTPlan, exploit multiple dispatch (#28) 30 April 2017, 19:02:04 UTC
8b6c517 More coherent indentation style (#27) 4 spaces per indentation level, no tabs. 21 April 2017, 19:15:22 UTC
07f5b96 Pass optional arguments and keywords of nfft to the planner (#26) 21 April 2017, 17:33:41 UTC
0392ebb Pass to plan_fft all optional keywords of NFFTPlan (#25) 20 April 2017, 18:31:07 UTC
c169e80 Use cis(...) in place of exp(1im * ...) (#24) 19 April 2017, 08:13:17 UTC
5025fc9 Fix NFFT package on julia 0.6 (#23) * Fix NFFT package on julia 0.6 17 April 2017, 01:00:30 UTC
4fe2045 Using new test syntax 26 January 2017, 11:22:07 UTC
aaa69f0 Avoid method ambiguity Using Julia v0.6 syntax for Arrays 25 January 2017, 11:24:14 UTC
0d24333 remove sinc from tests (which was not implemented) 23 January 2017, 19:49:50 UTC
bfb69af Merge branch 'master' of https://github.com/tknopp/NFFT.jl 23 January 2017, 09:21:59 UTC
5455764 drop julia 0.4 compatibility 23 January 2017, 09:21:08 UTC
43781cc Merge pull request #21 from tkelman/patch-1 work around travis shallow clone problem 23 January 2017, 09:18:35 UTC
c8192e9 yml is picky about spacing, apparently 23 January 2017, 05:17:21 UTC
771d5ef work around travis shallow clone problem 23 January 2017, 05:16:36 UTC
2ee5cb8 move window funcs and sdc in dedicated files; implement several window functions 22 January 2017, 19:31:54 UTC
a684cb5 Merge pull request #20 from robertdj/master Multithreaded convolve! 22 January 2017, 09:36:11 UTC
ebfdf3b Multithreaded convolve! 07 January 2017, 10:47:37 UTC
3310762 FFT execution based on number of procs 28 October 2016, 08:19:28 UTC
c6af0b1 Revert to not using precomputed FFTW plans Cf. issue 17 28 October 2016, 07:39:21 UTC
d777b98 fix sdc for recent type changes 24 October 2016, 13:12:16 UTC
1ec6c59 More explicit types in NFFTPlan 07 October 2016, 12:52:09 UTC
f8e53cf Adding doc strings and a test 06 October 2016, 19:00:12 UTC
0aa4159 More general sampling locations allowed 06 October 2016, 18:04:32 UTC
89e78c4 Test Julia v0.5 on Travis Fixed small typos 28 September 2016, 06:59:38 UTC
8c4e582 Tests for directional nfft 14 September 2016, 06:01:59 UTC
a48caa8 nfft_adjoint along directions README updated 13 September 2016, 10:41:56 UTC
4c580f4 nfft along directions with only one type 12 September 2016, 12:39:57 UTC
db0e4e7 nfft along directions 07 September 2016, 18:48:13 UTC
49a8e70 Consistent syntax in different methods Simplifying Travis 05 September 2016, 06:18:21 UTC
89352f6 Update README 31 August 2016, 06:08:39 UTC
d7f4e49 Simplifying tests 30 August 2016, 16:05:55 UTC
dd3e8b6 Efficient higher order nfft_adjoint Old versions of convolve_adjoint! and apodization_adjoint! deleted 30 August 2016, 15:46:32 UTC
ea85321 Optimizing nfft! 30 August 2016, 09:37:04 UTC
484ecf2 Efficient higher order convolve Made with Cartesian and @generate. Note that if there are small disagreements between the new and old versions it is due to the order of the floating point operations as demonstrated in the old modified 2D version. 30 August 2016, 08:35:22 UTC
cf97955 Efficient higher order apodization Using @generate and Base.Cartesian to make version for all dimensions 11 August 2016, 12:27:23 UTC
37cd94c Broader type assertions in methods 12 July 2016, 10:29:03 UTC
8bc5022 Broader type assertions in methods 12 July 2016, 10:20:01 UTC
fb2fa25 Broader type assertions in methods StridedArray is better suited than DenseArray for slices. AbstractArray is too broad as it allows e.g. LinSpace. 08 July 2016, 07:02:45 UTC
07c7aaa Lower memory consumption for nfft_adjoint! 27 June 2016, 17:13:26 UTC
e6008ca Lower memory consumption for AbstractArray's 07 June 2016, 19:11:17 UTC
8f485e6 Tests compatible with Julia v0.4 & v0.5 04 May 2016, 06:01:29 UTC
801679e Tests compatible with Julia v0.5 The x's used in 2D & 3D tests are reshaped LinSpace's. In v0.4 this is an Array, but in v0.5 it is a ReshapedArray. 04 May 2016, 05:47:48 UTC
5a0aca7 Error handling with throw 22 April 2016, 20:02:30 UTC
2403625 Check input in nfft and nfft_adjoint 20 April 2016, 19:33:53 UTC
8ba616b add travis batch 20 March 2016, 17:20:53 UTC
385bf25 test commit 20 March 2016, 17:17:09 UTC
cf7803d Create .travis.yml 20 March 2016, 17:13:40 UTC
5161b77 add REQUIRE file 20 March 2016, 10:06:38 UTC
e5662f1 Merge pull request #10 from robertdj/master floor and round with Julia v0.4 syntax 02 November 2015, 18:37:03 UTC
dd39702 Using AbstractArray type for ArrayViews support 05 October 2015, 08:10:33 UTC
0b34984 Small bug in nfft! Fixing startup warning with ind2sub. Updating linspace in test.jl to Julia v0.4. 18 September 2015, 08:53:13 UTC
bc25787 floor and round with Julia v0.4 syntax Not compatible with Julia v0.3 20 August 2015, 10:22:38 UTC
2af8b5c Merge pull request #8 from davidssmith/sdc added sample density compensation from Pipe and Menon 09 December 2014, 18:52:57 UTC
0efa73b added sample density compensation from Pipe and Menon 09 December 2014, 00:49:19 UTC
1b45c3c Merge pull request #7 from davidssmith/ifloor simplify using ifloor intrinsic 02 December 2014, 20:56:57 UTC
0b32110 simplify using ifloor intrinsic 02 December 2014, 20:23:17 UTC
37d41ad Update README.md The accuracy issues are due to the LUT. Increasing the LUT size improves the accuracy. 10 June 2014, 20:44:16 UTC
1e3e233 improve test 10 June 2014, 19:43:29 UTC
af321d8 add some documentation 10 June 2014, 12:44:36 UTC
0ddd1f9 remove the unsafe_load/store hack Does not seem to give any peformance improvement with recent julia (0.3 prerelease) 10 June 2014, 11:40:43 UTC
25692f4 remove explicite Dim and type from NFFTPlan. These were not necessary 10 June 2014, 10:14:56 UTC
fa06b0f Make NFFT work on 32 bit systems and add a 3D performance test 10 June 2014, 09:13:37 UTC
59c7888 Update README.md 09 June 2014, 21:31:11 UTC
380a81a Implement specialized 3D version 09 June 2014, 21:15:08 UTC
847c482 cleanups 14 May 2014, 07:44:39 UTC
a369484 Update README.md 10 December 2013, 22:07:15 UTC
23e8c82 fix 19 November 2013, 17:10:51 UTC
8ac43d9 fixes 18 November 2013, 22:06:42 UTC
dcf38d8 added NFFT source and test file 18 November 2013, 21:20:59 UTC
4a5bc6b Initial commit 18 November 2013, 20:46:57 UTC
back to top