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,26 @@ 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 & fortran-lang/fftpack contributors
27
+ author_pic : https://fortran-lang.org/assets/img/fortran_logo_512x512.png
28
+
29
+ github : https://github.com/fortran-lang
30
+ twitter : https://twitter.com/fortranlang
31
+ website : https://fortran-lang.org
26
32
dbg : true
27
33
parallel : 4
28
34
---
29
35
30
36
[ TOC]
31
37
32
- @warning This API documentation for the fortran -lang/fftpack v4.0.0 is a work in progress.
38
+ @warning This API documentation for the Fortran -lang/fftpackis a work in progress.
33
39
34
40
Fortran FFTPACK API Documentation
35
41
=================================
@@ -51,12 +57,12 @@ cd fftpack
51
57
```
52
58
53
59
### 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.
60
+ Fortran Package Manager (fpm) is a package manager and build system for Fortran.
55
61
You can build using provided ` fpm.toml ` :
56
62
``` bash
57
- fpm build --flag " -O2 "
58
- fpm test --flag " -O2 " -- list
59
- fpm test --flag " -O2 " < test_name, see ` fpm.toml` or list>
63
+ fpm build
64
+ fpm test --list
65
+ fpm test < test_name, see ` fpm.toml` or list>
60
66
```
61
67
To use ` fftpack ` within your ` fpm ` project, add the following to your ` fpm.toml ` file:
62
68
``` toml
71
77
```
72
78
73
79
## 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 )
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 )
0 commit comments