notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: math/nfft/files/cpow.c

Number of commits found: 2

Saturday, 12 Mar 2022
07:48 Daniel Engberg (diizzy) search for other commits by this committer
math/nfft: Rework port to follow Porters Handbook

* Use upstream release archive
* Respect flags set by framework and do not use -march=native
* Add support for OpenMP and enable it on aarch64 and amd64 by default
* Overall rework of Makefile
* Enable all options to match packaging in other distros

PR:		261255
commit hash: fa49f6526d6cc24ebdf94471e0a4ae7635297ea6 commit hash: fa49f6526d6cc24ebdf94471e0a4ae7635297ea6 commit hash: fa49f6526d6cc24ebdf94471e0a4ae7635297ea6 commit hash: fa49f6526d6cc24ebdf94471e0a4ae7635297ea6 fa49f65
Sunday, 3 Dec 2017
23:12 rodrigo search for other commits by this committer
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>
Original commitRevision:455493 

Number of commits found: 2