Commit graph

3 commits

Author SHA1 Message Date
Tijl Coosemans
3196152243 Remove USE_AUTOTOOLS. There's already USES=autoreconf. 2017-12-25 20:00:04 +00:00
Kurt Jaeger
9afab9fe40 math/nfft: update 3.3.2 -> 3.4.0
PR:		224163
Relnotes:	https://github.com/NFFT/nfft/releases
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
2017-12-08 06:34:39 +00:00
Rodrigo Osorio
646a05f6f8 Add new port math/nfft
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>
2017-12-03 23:12:34 +00:00