You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,17 +65,18 @@ meson install -C build
65
65
```
66
66
67
67
## Documentation
68
-
See [https://fortran-lang.github.io/fftpack/](https://fortran-lang.github.io/fftpack/) for documentation generated by this repository's [FORD][project file].
68
+
See the our [GitHub Pages site] for documentation generated by [FORD] from the fortran-lang/fftpack[project file].
69
69
70
70
## References
71
-
-[Recommended reference]: Although this SciPy version is in Python and the procedures have different arguments from [fortran-lang/fftpack], the SciPy fftpack documentation provides a succinct description of the storage sequence for the function results in both scipy.fftpack and [fortran-lang/fftpack], e.g., the storage sequence for the `rfft` function result.
72
-
-[Historical reference]: This is the netlib/fftpack library on which [fortran-lang/fftpack] is based but the two are _not_ interface-compatible.
73
-
-[Theory reference]: The documentation for the GNU/gsl FFT routines, which is also based on netlib/fftpack, provides some useful definitions of FFT terminology and represenations of the analytical forms of the Discrete Fourier Transform nicely formatted by [LaTeX].
71
+
Although fortran-lang is _not_ interface-compatible with any of the following libraries, each contains documentation that might be useful for different reasons:
72
+
-**Recommended reference:** The [scipy.fftpack] documentation contains succinct description of the storage sequences for function results that match those in fortran-lang/fftpack, e.g., the location of the real and imaginary parts of the `rfft` function result.
73
+
-**Theory reference:** The [documentation for the GNU/gsl FFT routines], which are also based on netlib/fftpack, provides some useful definitions of FFT terminology and represenations of the analytical forms of the Discrete Fourier Transform nicely formatted by [LaTeX].
74
+
-**Historical reference:** The [netlib/fftpack] library on which fortran-lang/fftpack is useful for understanding several fortran-lang/fftpack design choices, e.g., the procedure dependencies.
0 commit comments