11---
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
44src_dir : src/
55output_dir : API-doc
66page_dir : doc/
@@ -16,20 +16,26 @@ graph_maxdepth: 5
1616coloured_edges : true
1717sort : permission-alpha
1818extra_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
2019print_creation_date : true
2120creation_date : %Y-%m-%d %H:%M %z
2221project_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
2325license : 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+ author_email : fortran-lang@groups.io
29+ github : https://github.com/fortran-lang
30+ twitter : https://twitter.com/fortranlang
31+ website : https://fortran-lang.org
2632dbg : true
2733parallel : 4
2834---
2935
3036[ TOC]
3137
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.
3339
3440Fortran FFTPACK API Documentation
3541=================================
@@ -51,12 +57,12 @@ cd fftpack
5157```
5258
5359### 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.
5561You can build using provided ` fpm.toml ` :
5662``` 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>
6066```
6167To use ` fftpack ` within your ` fpm ` project, add the following to your ` fpm.toml ` file:
6268``` toml
7177```
7278
7379## 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