jchristopherson / fftpack

Double precision version of fftpack

Home Page:https://fortran-lang.github.io/fftpack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFTPACK

FFTPACK

A package of Fortran subprograms for the fast Fourier transform of periodic and other symmetric sequences.

Actions Status Actions Status CMake

Getting started

Get the code

git clone https://github.com/fortran-lang/fftpack.git
cd fftpack

Build with fortran-lang/fpm

Fortran Package Manager (fpm) is a package manager and build system for Fortran.
You can build using provided fpm.toml:

fpm build
fpm test --list
fpm test <test_name, see `fpm.toml` or list>

To use fftpack within your fpm project, add the following to your fpm.toml file:

[dependencies]
fftpack = { git="https://github.com/fortran-lang/fftpack.git" }

Build with Make

Alternatively, you can build using provided Makefile:

make

Build with CMake

This library can also be built using CMake. For instructions see Running CMake. CMake version 3.24 or higher is required.

Links

About

Double precision version of fftpack

https://fortran-lang.github.io/fftpack/

License:Other


Languages

Language:Fortran 92.3%Language:CMake 5.4%Language:Makefile 2.4%