Popularity
7.5
Stable
Activity
4.2
-
2,586
157
637

Code Quality Rank: L4
Programming language: C
License: GNU General Public License v3.0 only
Latest version: v3.3.9-rc1

FFTW alternatives and similar libraries

Based on the "Scientific Computing" category.
Alternatively, view FFTW alternatives based on common mentions on social networks and blogs.

  • Torch

    http://torch.ch
  • Trilinos

    Primary repository for the Trilinos Project
  • The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
    Promo workos.com
    WorkOS Logo
  • Kratos Multiphysics

    Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
  • GSL

    4.8 6.7 L3 FFTW VS GSL
    GNU Scientific Library with CMake build support and AMPL bindings
  • preCICE

    A coupling library for partitioned multi-physics simulations, including, but not restricted to fluid-structure interaction and conjugate heat transfer simulations.
  • HELICS

    Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
  • Units

    A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements
  • itpp

    IT++ library mirror/fork. C++ library of mathematical, signal processing and communication classes and functions.
  • suanPan

    🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
  • d-SEAMS

    The d-SEAMS C++ core engine
  • Dimwits

    A compact C++ header-only library providing compile-time dimensional analysis and unit awareness
  • Blitz++

    Git mirror of Blitz++ at http://sourceforge.net/projects/blitz/

Do you think we are missing an alternative of FFTW or a related project?

Add another 'Scientific Computing' Library

README

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

This is the git repository for the FFTW library for computing Fourier transforms (version 3.x), maintained by the FFTW authors.

Unlike most other programs, most of the FFTW source code (in C) is generated automatically. This repository contains the generator and it does not contain the generated code. YOU WILL BE UNABLE TO COMPILE CODE FROM THIS REPOSITORY unless you have special tools and know what you are doing. In particular, do not expect things to work by simply executing configure; make or cmake.

Most users should ignore this repository, and should instead download official tarballs from http://fftw.org/, which contain the generated code, do not require any special tools or knowledge, and can be compiled on any system with a C compiler.

Advanced users and FFTW maintainers may obtain code from github and run the generation process themselves. See [README](README) for details.