Skip to content

Commit 0c4ecc4

Browse files
authored
Merge pull request #6 from fortran-fans/add_real_fft
Add `(i)rfft/dffti/dfftf/dfftb` interface and ready to move to `fortran-lang`.
2 parents 9a438f6 + 1aef34b commit 0c4ecc4

13 files changed

+741
-164
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Fortran Package Manager (fpm) is a great package manager and build system for Fo
1313
You can build using provided `fpm.toml`:
1414
```bash
1515
fpm build --flag "-O2"
16-
fpm test --flag "-O2" tstfft
16+
fpm test --flag "-O2" --list
17+
fpm test --flag "-O2" <test_name, see `fpm.toml` or list>
1718
```
1819
To use `fftpack` within your `fpm` project, add the following to your `fpm.toml` file:
1920
```toml
@@ -28,4 +29,6 @@ make
2829
```
2930

3031
## Links
31-
[netlib/dfftpack1.0(fftpack4.0)](http://www.netlib.org/fftpack/)
32+
[netlib/dfftpack1.0(fftpack4.0)](http://www.netlib.org/fftpack/)
33+
[Documents of fft routines in GNU/gsl based on `netlib/fftpack`](https://www.gnu.org/software/gsl/doc/html/fft.html#)
34+
[Documents of scipy.fftpack](https://docs.scipy.org/doc/scipy/reference/fftpack.html)

0 commit comments

Comments
 (0)