aboutsummaryrefslogtreecommitdiffstats
path: root/math/nfft
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/doxygen to 1.8.15antoine2019-03-062-0/+2
| | | | PR: 236110
* Various cleanup & fixes post-DOCS/EXAMPLES cleanup.mat2018-09-101-1/+1
| | | | | | PR: 230864 Submitted by: mat exp-runs by: antoine
* Add DOCS options to ports that should have one.mat2018-09-101-1/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* math/nfft: update to 3.4.1swills2018-07-242-5/+4
| | | | | PR: 230011 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
* Update devel/doxygen to 1.8.14antoine2018-01-202-0/+187
| | | | | PR: 225290 Submitted by: Naram Qashat (maintainer)
* Remove USE_AUTOTOOLS. There's already USES=autoreconf.tijl2017-12-261-1/+0
|
* math/nfft: update 3.3.2 -> 3.4.0pi2017-12-083-5/+7
| | | | | | PR: 224163 Relnotes: https://github.com/NFFT/nfft/releases Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
* Add new port math/nfftrodrigo2017-12-046-0/+629
NFFT is a software library, written in C, for computing non-equispaced fast Fourier transforms and related variations. It implements the following transforms: 1. Non-equispaced fast Fourier transform (NFFT) - forward transform (NFFT), i.e. frequency to time/space domain - adjoint transform (adjoint NFFT), i.e. time/space to frequency domain 2. Generalisations - to arbitrary nodes in time and frequency domain (NNFFT) - to real-valued data, i.e. (co)sine transforms, (NFCT, NFST) - to the sphere S^2 (NFSFT) - to the rotation group (NFSOFT) - to the hyperbolic cross (NSFFT) 3. Generalised inverse transformations based on iterative methods, e.g. CGNR/CGNE PR: 223429 Submitted by: Michael Danilov <mike.d.ft402@gmail.com>