mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
17 lines
671 B
Plaintext
17 lines
671 B
Plaintext
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
|