@@ -23,7 +23,8 @@ project_download: https://github.com/fortran-lang/fftpack/archive/HEAD.zip
23
23
project_website : https://fortran-lang.github.io/fftpack/
24
24
favicon : doc/media/favicon.ico
25
25
license : by-sa
26
- author : Paul N. Swarztrauber & fortran-lang/fftpack contributors
26
+ author : Paul N. Swarztrauber &
27
+ fortran-lang/fftpack contributors
27
28
author_pic : https://fortran-lang.org/assets/img/fortran_logo_512x512.png
28
29
29
30
github : https://github.com/fortran-lang
@@ -35,7 +36,7 @@ parallel: 4
35
36
36
37
[ TOC]
37
38
38
- @warning This API documentation for the Fortran-lang/fftpackis a work in progress.
39
+ @warning This API documentation for the Fortran-lang/fftpack is a work in progress.
39
40
40
41
Fortran FFTPACK API Documentation
41
42
=================================
@@ -47,37 +48,4 @@ The documentation for comment markup in source code, running [FORD] and the [FOR
47
48
[ FORD wiki ] : https://github.com/Fortran-FOSS-Programmers/ford/wiki
48
49
[ FORD project file ] : https://github.com/fortran-lang/fftpack/blob/HEAD/API-doc-FORD-file.md
49
50
50
- A package of fortran subprograms for the fast fourier transform of periodic and other symmetric sequences.
51
-
52
- ## Getting started
53
- ### Get the code
54
- ``` bash
55
- git clone https://github.com/fortran-lang/fftpack.git
56
- cd fftpack
57
- ```
58
-
59
- ### Build with [ fortran-lang/fpm] ( https://github.com/fortran-lang/fpm )
60
- Fortran Package Manager (fpm) is a package manager and build system for Fortran.
61
- You can build using provided ` fpm.toml ` :
62
- ``` bash
63
- fpm build
64
- fpm test --list
65
- fpm test < test_name, see ` fpm.toml` or list>
66
- ```
67
- To use ` fftpack ` within your ` fpm ` project, add the following to your ` fpm.toml ` file:
68
- ``` toml
69
- [dependencies ]
70
- fftpack = { git =" https://github.com/fortran-lang/fftpack.git" }
71
- ```
72
-
73
- ## Build with Make
74
- Alternatively, you can build using provided ` Makefile ` :
75
- ``` bash
76
- make
77
- ```
78
-
79
- ## Links
80
- - [ netlib/dfftpack1.0(fftpack4.0)] ( http://www.netlib.org/fftpack/ )
81
- - [ Documents of fft routines in GNU/gsl based on ` netlib/fftpack ` ] ( https://www.gnu.org/software/gsl/doc/html/fft.html# )
82
- - [ Documents of scipy.fftpack] ( https://docs.scipy.org/doc/scipy/reference/fftpack.html )
83
- - [ NACR/FFTPACK 5.1] ( https://www2.cisl.ucar.edu/resources/legacy/fft5 )
51
+ {!README.md!}
0 commit comments