This API documentation for the Fortran-lang/fftpack is a work in progress.
Fortran FFTPACK API DocumentationThis is the main API documentation landing page generated by FORD. The documentation for comment markup in source code, running FORD and the FORD project file are all maintained on the FORD wiki.
FFTPACKA package of Fortran subprograms for the fast Fourier transform of periodic and other symmetric sequences.
Getting started Get the codegit 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 CMake
This library can also be built using CMake. For instructions see Running CMake. CMake version 3.24 or higher is required.
Build with MesonThis library can also be built using Meson. The following dependencies are required: - a Fortran compiler - meson version 0.57 or newer - a build-system backend, i.e. ninja version 1.7 or newer
Setup a build with
You can select the Fortran compiler by the FC
environment variable. To compile and run the projects testsuite use
meson test -C build --print-errorlogs
If the testsuite passes you can install with
meson configure build --prefix=/path/to/install
meson install -C build
Documentation
See the our GitHub Pages site for documentation generated by FORD from the fortran-lang/fftpack project file.
ReferencesAlthough fortran-lang is not interface-compatible with any of the following libraries, each contains documentation that might be useful for different reasons:
rfft
function result.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4