1
1
---
2
- project : fftpack
3
- summary : A opensource package fftpack v4.0.0 for (modern) Fortran
2
+ project : Fortran-lang/ fftpack
3
+ summary : A modernized, opensource package fftpack for (modern) Fortran
4
4
src_dir : src/
5
5
output_dir : API-doc
6
6
page_dir : doc/
@@ -16,20 +16,27 @@ graph_maxdepth: 5
16
16
coloured_edges : true
17
17
sort : permission-alpha
18
18
extra_mods : iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
19
- iso_c_binding:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fC_005fBINDING.html#ISO_005fC_005fBINDING
20
19
print_creation_date : true
21
20
creation_date : %Y-%m-%d %H:%M %z
22
21
project_github : https://github.com/fortran-lang/fftpack
22
+ project_download : https://github.com/fortran-lang/fftpack/archive/HEAD.zip
23
+ project_website : https://fortran-lang.github.io/fftpack/
24
+ favicon : doc/media/favicon.ico
23
25
license : by-sa
24
- author : Paul N. Swarztrauber & fftpack contributors
25
- github : https://github.com/fortran-lang/fftpack
26
+ author : Paul N. Swarztrauber &
27
+ fortran-lang/fftpack contributors
28
+ author_pic : https://fortran-lang.org/assets/img/fortran_logo_512x512.png
29
+
30
+ github : https://github.com/fortran-lang
31
+ twitter : https://twitter.com/fortranlang
32
+ website : https://fortran-lang.org
26
33
dbg : true
27
34
parallel : 4
28
35
---
29
36
30
37
[ TOC]
31
38
32
- @warning This API documentation for the fortran -lang/fftpack v4.0.0 is a work in progress.
39
+ @warning This API documentation for the Fortran -lang/fftpack is a work in progress.
33
40
34
41
Fortran FFTPACK API Documentation
35
42
=================================
@@ -41,37 +48,4 @@ The documentation for comment markup in source code, running [FORD] and the [FOR
41
48
[ FORD wiki ] : https://github.com/Fortran-FOSS-Programmers/ford/wiki
42
49
[ FORD project file ] : https://github.com/fortran-lang/fftpack/blob/HEAD/API-doc-FORD-file.md
43
50
44
- A package of fortran subprograms for the fast fourier transform of periodic and other symmetric sequences.
45
-
46
- ## Getting started
47
- ### Get the code
48
- ``` bash
49
- git clone https://github.com/fortran-lang/fftpack.git
50
- cd fftpack
51
- ```
52
-
53
- ### Build with [ fortran-lang/fpm] ( https://github.com/fortran-lang/fpm )
54
- Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
55
- You can build using provided ` fpm.toml ` :
56
- ``` bash
57
- fpm build --flag " -O2"
58
- fpm test --flag " -O2" --list
59
- fpm test --flag " -O2" < test_name, see ` fpm.toml` or list>
60
- ```
61
- To use ` fftpack ` within your ` fpm ` project, add the following to your ` fpm.toml ` file:
62
- ``` toml
63
- [dependencies ]
64
- fftpack = { git =" https://github.com/fortran-lang/fftpack.git" }
65
- ```
66
-
67
- ## Build with Make
68
- Alternatively, you can build using provided ` Makefile ` :
69
- ``` bash
70
- make
71
- ```
72
-
73
- ## Links
74
- [ netlib/dfftpack1.0(fftpack4.0)] ( http://www.netlib.org/fftpack/ )
75
- [ Documents of fft routines in GNU/gsl based on ` netlib/fftpack ` ] ( https://www.gnu.org/software/gsl/doc/html/fft.html# )
76
- [ Documents of scipy.fftpack] ( https://docs.scipy.org/doc/scipy/reference/fftpack.html )
77
- [ NACR/FFTPACK 5.1] ( https://www2.cisl.ucar.edu/resources/legacy/fft5 )
51
+ {!README.md!}
0 commit comments