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

sort by:
Revision Author Date Message Commit Date
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