Skip to content

Commit 193d035

Browse files
authored
Merge pull request #29 from antoine-levitt/doc_generic_fft
Mention implementation in FastTransforms.jl
2 parents 31f6efc + 0e75c19 commit 193d035

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Documentation:
1010
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaMath.github.io/AbstractFFTs.jl/latest)
1111

1212
This package is mainly not intended to be used directly.
13-
Instead, developers of packages that implement FFTs (such as [FFTW.jl](https://github.com/JuliaMath/FFTW.jl))
13+
Instead, developers of packages that implement FFTs (such as [FFTW.jl](https://github.com/JuliaMath/FFTW.jl) or [FastTransforms.jl](https://github.com/JuliaApproximation/FastTransforms.jl))
1414
extend the types/functions defined in `AbstractFFTs`.
1515
This allows multiple FFT packages to co-exist with the same underlying `fft(x)` and `plan_fft(x)` interface.
1616

docs/src/implementations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The following packages extend the functionality provided by AbstractFFTs:
66

77
* [FFTW.jl](https://github.com/JuliaMath/FFTW.jl): Bindings for the
88
[FFTW](http://www.fftw.org) library. This also used to be part of Base Julia.
9+
* [FastTransforms.jl](https://github.com/JuliaApproximation/FastTransforms.jl):
10+
Pure-Julia implementation of FFT, with support for arbitrary AbstractFloat types.
911

1012
## Defining a new implementation
1113

0 commit comments

Comments
 (0)