| 798b254b | 14-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
Bug fixed for /src/mat/examples/tests/ex143.c
Hg-commit: 5811fd83f5a0d15db5dce271845306fde70c2b83 |
| 0c9b18e4 | 13-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
MatGetVecsFFT now can handle complex DFT for dimensions 2,3 and higher
Hg-commit: 183f1b2a83935c4de7ede4ce99cd058af4ae1d50 |
| 4f7415ef | 13-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
MatgetVecsFFTW created and it works for real FFT and for 2, 3 and higher dimensions.
Hg-commit: 64b8ffc5a6954c658c0a6162c94f266154854c42 |
| 64657d84 | 13-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
commit after small changes
Hg-commit: 7513e5ca7b2bffad341ca194fe2a95bceed77539 |
| bd59e6c6 | 13-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
InputTransform and OutputTransform updated. They can now be used for complex fft of any dimension>1.
Hg-commit: 767467d2eaca4dc3307186a2ce7120441800098a |
| 7536937b | 13-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
The InputTransform and OutputTransform has been modified. The sequential part has been modified inside those two routines. Earlier scattering was dimension dependent, now one scattering operation han
The InputTransform and OutputTransform has been modified. The sequential part has been modified inside those two routines. Earlier scattering was dimension dependent, now one scattering operation handles every dimension if the transformation is done sequentially.
Hg-commit: 76422783026846cbac8e87b0eb2db978b3ecde61
show more ...
|
| 4a16a297 | 12-Jul-2011 |
Sean Farley <sean@mcs.anl.gov> |
Fixed local_1_end variable not being declared
Hg-commit: 23512f9a737d677723024ebe6fe70d7dcc23f814 |
| ae0a50aa | 11-Jul-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup fftw.c
Hg-commit: 0a8c04654ab4ca59abec50b8f8401fad69790e0b |
| 6a506ed8 | 11-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
Memory cleaned up for ex150.c, ex151.c and ex152.c
Hg-commit: 549a0d0983ab53368e14ddd1c6b852d19bb4e1e7 |
| b223cc97 | 11-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
Cleaned up memory in fftw.c and in ex153.c
Hg-commit: e228c497edd0dedce1e00127c4679a1fe804c6e8 |
| ba6e06d0 | 06-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
The fftw.c has been updated to perform real parallel FFTW of any dimension>3
Hg-commit: f956c8decb8bc8fbde18347beaf96acdc0f07f84 |
| 6971673c | 06-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
The sequential real FFT is complete
Hg-commit: 0aec4ec2e09cf1d126ebe16ca47f2b93fd95c98a |
| e81bb599 | 06-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
InputTransform and OutputTransform now works for 2D and 3D sequential real FFT
Hg-commit: 927f80105f046013821fbbd9d9fa1fa855a72167 |
| 58a912c5 | 04-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
Routines MatMult_SeqFFTW, MatMultTranspose_SeqFFTW in fftw.c updated to include real sequential FFTs
Hg-commit: eccd1ba3ee345050cef8c3c97c6cc6186f6057bc |
| e5d7f247 | 04-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
updated routines MatCreate_FFTW and MatGetVecs to perform 1D real sequential FFTW
Hg-commit: 7e463b5db09e74f658b963adeb4a93d08eb78e94 |
| 3c0bb4a4 | 01-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
Commit after merge
Hg-commit: 3f135b12797c2433fb2da31fa35fffd1b47a537b |
| b3a17365 | 01-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
Added /src/mat/examples/tests/ex150.c and updated MatGetVecs in fftw.c to accommodate multidim FFT
Hg-commit: 9425cc97718f19d25b8cbbb5bfea60b67fafe5cf |
| 54efbe56 | 01-Jul-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of fftw interface: prototype of user interface functions
Hg-commit: 5a9bc4543fd6fdf9e9e5c46c8763b71ec5db409c |
| 51d1eed7 | 01-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
fftw.c can now accommodate 3D real parallel FFT.
Hg-commit: a245a6dedfb6130be4bb0246c3d8842be17e154d |
| cfe1ae98 | 30-Jun-2011 |
Amlan Barua <abarua@iit.edu> |
2D FFTW parallel interface completed
Hg-commit: 378ad23cb76eb9f7e02b02dd3e5e9d52f5985b1d |
| 5b3e41ff | 30-Jun-2011 |
Amlan Barua <abarua@iit.edu> |
The 2d FFTW interface is almost ready
Hg-commit: 2f4e8585fb755751658a3db4b1b29d59b5d4cd8e |
| f76f76be | 30-Jun-2011 |
Amlan Barua <abarua@iit.edu> |
fftw.c updated
Hg-commit: bb1e950bef71e88d48aa29a7158d2c5180da195d |
| 54dd5118 | 30-Jun-2011 |
Amlan Barua <abarua@iit.edu> |
More changes added in ex148.c and fftw.c
Hg-commit: 68ff84345c512cd968d016b89edcae309c533bd0 |
| 09dd8a53 | 29-Jun-2011 |
Amlan Barua <abarua@iit.edu> |
Minor changes in fftw.c and ./mat/examples/test/ex148.c
Hg-commit: a79c150280ccf4f1b103a0eabe62e95d609cd2d1 |
| 3c3a9c75 | 29-Jun-2011 |
Amlan Barua <abarua@iit.edu> |
fftw.c updated to include real fft. ex148.c added as new example
Hg-commit: 69613d4266646efd591eb81156ffe4a6c394def6 |