mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
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>
14 lines
320 B
Text
14 lines
320 B
Text
--- 3rdparty/Makefile.am.orig 2016-10-16 14:46:04 UTC
|
|
+++ 3rdparty/Makefile.am
|
|
@@ -2,8 +2,8 @@
|
|
|
|
noinst_LTLIBRARIES = lib3rdparty.la
|
|
|
|
-lib3rdparty_la_SOURCES =
|
|
+lib3rdparty_la_SOURCES = cpow.c
|
|
|
|
lib3rdparty_la_LIBADD = cstripack/libcstripack.la
|
|
|
|
-EXTRA_DIST = README
|
|
\ No newline at end of file
|
|
+EXTRA_DIST = README
|