fftw

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)

https://github.com/fftw/fftw3

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    4 of 41 committers (9.8%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary

Keywords from Contributors

computer-algebra parallel-computing cfd
Last synced: 9 months ago · JSON representation

Repository

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)

Basic Info
  • Host: GitHub
  • Owner: FFTW
  • License: gpl-2.0
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 11.2 MB
Statistics
  • Stars: 2,936
  • Watchers: 162
  • Forks: 683
  • Open Issues: 170
  • Releases: 2
Created about 13 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog License Support Authors Codemeta

README

FFTW is a free collection of fast C routines for computing the
Discrete Fourier Transform in one or more dimensions.  It includes
complex, real, symmetric, and parallel transforms, and can handle
arbitrary array sizes efficiently.  FFTW is typically faster than
other publically-available FFT implementations, and is even
competitive with vendor-tuned libraries.  (See our web page
http://fftw.org/ for extensive benchmarks.)  To achieve this
performance, FFTW uses novel code-generation and runtime
self-optimization techniques (along with many other tricks).

The doc/ directory contains the manual in texinfo, PDF, info, and HTML
formats.  Frequently asked questions and answers can be found in the
doc/FAQ/ directory in ASCII and HTML.

For a quick introduction to calling FFTW, see the "Tutorial" section
of the manual.

INSTALLATION
------------

INSTALLATION FROM AN OFFICIAL RELEASE:

Please read chapter 10 "Installation and Customization" of the manual.
In short:

     ./configure
     make
     make install

INSTALLATION FROM THE GIT REPOSITORY:

First, install these programs:

  ocaml, ocamlbuild, autoconf, automake, indent, and libtool.

You also need the ocaml Num library, which was standard in Ocaml but
was removed without warning in OCaml 4.06.0 (3 Nov 2017).  On Fedora
30, try installing the ocaml-num-devel package.

Then, execute

    sh bootstrap.sh
    make
    
The bootstrap.sh script runs configure directly, but if you need to
re-run configure, you must pass the --enable-maintainer-mode flag:

    ./configure --enable-maintainer-mode [OTHER CONFIGURE FLAGS]

Alternatively, you can run

    sh mkdist.sh

which will run the entire bootstrapping process and generate
.tar.gz files similar to those for official releases.

CONTACTS
--------

FFTW was written by Matteo Frigo and Steven G. Johnson.  You can
contact them at fftw@fftw.org.  The latest version of FFTW,
benchmarks, links, and other information can be found at the FFTW home
page (http://www.fftw.org).  You can also sign up to the fftw-announce
Google group to receive (infrequent) updates and information about new
releases.

Owner

  • Name: FFTW
  • Login: FFTW
  • Kind: organization

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "name": "FFTW",
  "description": "FFTW is a C subroutine library for computing the discrete Fourier transform (DFT).",
  "url": "http://fftw.org/",
  "codeRepository": "https://github.com/FFTW/fftw3",
  "issueTracker": "https://github.com/FFTW/fftw3/issues",
  "license": "https://spdx.org/licenses/GPL-2.0-or-later.html",
  "citation": "http://dx.doi.org/10.1109/JPROC.2004.840301",
  "author": [
    {
      "@type": "Person",
      "givenName": "Matteo",
      "familyName": "Frigo",
      "email": "athena@fftw.org",
      "@id": "http://orcid.org/0000-0002-9365-8017"
    },
    {
      "@type": "Person",
      "givenName": "Steven G.",
      "familyName": "Johnson",
      "email": "stevenj@alum.mit.edu",
      "@id": "http://orcid.org/0000-0001-7327-4967"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Stefan",
      "familyName": "Kral",
      "email": "skral@fftw.org"
    },
    {
      "@type": "Person",
      "givenName": "Romain",
      "familyName": "Dolbeau",
      "email": "romain@dolbeau.org",
      "@id": "http://orcid.org/0000-0002-4466-8948"
    },
    {
      "@type": "Person",
      "givenName": "Erik",
      "familyName": "Lindahl",
      "email": "erik.lindahl@scilifelab.se",
      "@id": "http://orcid.org/0000-0002-2734-2794"
    }
  ],
  "developmentStatus": "active",
  "downloadUrl": "http://fftw.org/download.html",
  "version": "3.3.7",
  "dateCreated": "1997-02-17",
  "datePublished": "1997-03-24",
  "programmingLanguage": [
    "C",
    "OCaml"
  ]
}

GitHub Events

Total
  • Issues event: 16
  • Watch event: 189
  • Issue comment event: 66
  • Push event: 6
  • Pull request event: 12
  • Pull request review event: 8
  • Pull request review comment event: 7
  • Fork event: 25
Last Year
  • Issues event: 16
  • Watch event: 189
  • Issue comment event: 66
  • Push event: 6
  • Pull request event: 12
  • Pull request review event: 8
  • Pull request review comment event: 7
  • Fork event: 25

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 3,147
  • Total Committers: 41
  • Avg Commits per committer: 76.756
  • Development Distribution Score (DDS): 0.506
Past Year
  • Commits: 22
  • Committers: 6
  • Avg Commits per committer: 3.667
  • Development Distribution Score (DDS): 0.591
Top Committers
Name Email Commits
Steven G. Johnson s****j@f****g 1,555
Matteo Frigo a****a@f****g 1,478
Romain Dolbeau r****n@d****g 26
fftw n****e 18
Erik Lindahl e****k@k****e 12
Gilles Gouaillardet g****s@r****p 7
Michel Zou x****9@h****m 7
fftw f****w@f****g 6
Christoph Junghans j****s@v****g 3
Alexei Colin ac@a****m 2
Hao Chen c****o@l****n 2
Shiyou Yin y****f@l****n 2
Peter Steinbach s****h@s****e 1
Michael Pippig m****g@m****e 1
Antonio Vazquez a****o@g****m 1
BtbN b****n@b****e 1
Fredrik Fornwall f****k@f****t 1
Galen Lynch g****h@m****u 1
HinTak h****0@u****t 1
Holy Wu h****u@g****m 1
forandom f****m@g****m 1
Vincent Jacques v****t@v****t 1
Tony Kelman t****y@k****t 1
Tobias Klauser t****r@d****h 1
Stanislav Artemkin a****n@g****m 1
SpaceIm 3****m 1
Sevan Janiyan v****7@g****k 1
Ryan Volz r****z@g****m 1
Rui Oliveira r****4@g****m 1
Roland Schulz r****z@i****m 1
and 11 more...

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 124
  • Total pull requests: 59
  • Average time to close issues: 7 months
  • Average time to close pull requests: over 1 year
  • Total issue authors: 111
  • Total pull request authors: 35
  • Average comments per issue: 2.41
  • Average comments per pull request: 3.17
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 15
  • Pull requests: 7
  • Average time to close issues: 11 days
  • Average time to close pull requests: 6 days
  • Issue authors: 13
  • Pull request authors: 5
  • Average comments per issue: 0.8
  • Average comments per pull request: 1.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • zhuohoudeputao (4)
  • pidanself (2)
  • ProExpertProg (2)
  • fjrdev (2)
  • aharutyunyan1 (2)
  • DragonDlut (2)
  • sh-zheng (2)
  • W-Wuxian (2)
  • ztdepztdep (2)
  • estatistics (2)
  • darkgirl (2)
  • maxmarsc (1)
  • IWatchSheep (1)
  • LecrisUT (1)
  • IceTDrinker (1)
Pull Request Authors
  • rdolbeau (7)
  • antoniovazquezblanco (5)
  • stevengj (3)
  • ct-clmsn (3)
  • ywwry66 (2)
  • tobim (2)
  • Pengzhou0810 (2)
  • emmenlau (2)
  • aur-ml (2)
  • BtbN (2)
  • perache (2)
  • sevan (2)
  • mikepiman (2)
  • luzpaz (2)
  • SoapGentoo (1)
Top Labels
Issue Labels
enhancement (2) invalid (1)
Pull Request Labels
enhancement (5)

Packages

  • Total packages: 3
  • Total downloads: unknown
  • Total dependent packages: 163
    (may contain duplicates)
  • Total dependent repositories: 406
    (may contain duplicates)
  • Total versions: 10
conda-forge.org: fftw
  • Homepage: http://fftw.org
  • License: GPL-2.0-or-later
  • Latest release: 3.3.10
    published over 4 years ago
  • Versions: 7
  • Dependent Packages: 152
  • Dependent Repositories: 203
Rankings
Dependent packages count: 0.5%
Dependent repos count: 2.4%
Average: 4.5%
Forks count: 6.7%
Stargazers count: 8.4%
Last synced: 9 months ago
anaconda.org: fftw

FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). We believe that FFTW, which is free software, should become the FFT library of choice for most applications.

  • Homepage: https://fftw.org
  • License: GPL-2.0
  • Latest release: 3.3.9
    published over 5 years ago
  • Versions: 2
  • Dependent Packages: 11
  • Dependent Repositories: 203
Rankings
Dependent packages count: 4.4%
Average: 9.0%
Dependent repos count: 13.7%
Last synced: 9 months ago
conda-forge.org: fftw-static
  • Homepage: http://fftw.org
  • License: GPL-2.0-or-later
  • Latest release: 3.3.10
    published almost 4 years ago
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Forks count: 6.2%
Stargazers count: 7.7%
Average: 24.8%
Dependent repos count: 34.0%
Dependent packages count: 51.2%
Last synced: 9 months ago