aboutsummaryrefslogtreecommitdiff
path: root/math/nfft
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-33/+20
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* - Update to 3.5.2Wen Heping2020-12-173-5/+5
| | | | Notes: svn path=/head/; revision=558268
* math/nfft: Update to 3.5.1Fernando Apesteguía2020-08-023-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Changelog: https://github.com/NFFT/nfft/blob/develop/ChangeLog * Fix Build of fastsum failing because fftw_libs are not found * Update m4 files * Remove superfluous calls to autoreconf in bootstrap * Add Julia Interface fastsum * Even bandwidth in NFCT and NFST * Compute NFFT_EPSILON at runtime * In-place fftw for dimension >1 (reduce memory consumption) * Improve check if tests are executed in Matlab or Octave * Fix build with Octave 5.1.0 in Windows * Fix FFTW3 Linking problem while building * Remove unnecessary dependence on ncurses library * Add Julia Interface for NFCT, NFST * FSFT: Spherical Fourier transform with equidistant nodes * Inverse NFFT via frame approach * _Complex is not supported by some compilers * Extend NFFT Matlab interface to d>4 * Faster NFFT in 4D and 5D * Add support for higher bandwidth in NFSFT and improve parallelization * fastsum: Skip nearfield (pre-)computations when eps_I is zero * Add NFSOFT Matlab class * Add Mex interface for FPT * OpenMP parallelization of NFSOFT * Add NFFT Julia interface * Add Latex for target `dist` in Travis * Fix `ABS_SRCDIR` might return a wrong path * Fix infft1d missing in release * Solve compatibility problem with MATLAB 2018a * Fix wrong libs flag when compiling for Octave and non-combined fftw3_threads * Add bash script to build statically linked libs in Windows * Add Octave tests * Add NFSFT Matlab class PR: 248078 Submitted by: marcel@herrbischoff.com Notes: svn path=/head/; revision=543986
* audio/festvox-cmu_us_slt_arctic, games/flightgear-terragear, ↵Kurt Jaeger2020-03-021-1/+1
| | | | | | | | | graphics/zathura-cb, graphics/zathura-pdf-poppler, graphics/zathura-ps, math/nfft, net/py-mpi4py, science/aircraft-datcom, x11-themes/gnome-icons-luv: reset MAINTAINER Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer) Notes: svn path=/head/; revision=527646
* Update devel/doxygen to 1.8.15Antoine Brodin2019-03-052-0/+2
| | | | | | | PR: 236110 Notes: svn path=/head/; revision=494744
* Various cleanup & fixes post-DOCS/EXAMPLES cleanup.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479408
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* math/nfft: update to 3.4.1Steve Wills2018-07-242-5/+4
| | | | | | | | PR: 230011 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer) Notes: svn path=/head/; revision=475263
* Update devel/doxygen to 1.8.14Antoine Brodin2018-01-192-0/+187
| | | | | | | | PR: 225290 Submitted by: Naram Qashat (maintainer) Notes: svn path=/head/; revision=459474
* Remove USE_AUTOTOOLS. There's already USES=autoreconf.Tijl Coosemans2017-12-251-1/+0
| | | | Notes: svn path=/head/; revision=457253
* math/nfft: update 3.3.2 -> 3.4.0Kurt Jaeger2017-12-083-5/+7
| | | | | | | | | PR: 224163 Relnotes: https://github.com/NFFT/nfft/releases Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer) Notes: svn path=/head/; revision=455772
* Add new port math/nfftRodrigo Osorio2017-12-036-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> Notes: svn path=/head/; revision=455493