Skip to content

Commit e29f286

Browse files
vpuri3sethaxen
andauthored
Update docs/src/implementations.md
Co-authored-by: Seth Axen <seth@sethaxen.com>
1 parent c332e89 commit e29f286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To define a new FFT implementation in your own module, you should
3434

3535
* To enable automatic computation of adjoint plans via [`Base.adjoint`](@ref) (used in rules for reverse-mode differentiation), define the trait `AbstractFFTs.ProjectionStyle(::MyPlan)`, which can take values:
3636
* `AbstractFFTs.NoProjectionStyle()`,
37-
* `AbstractFFTs.RealProjectionStyle()`, for plans which halve one of the output's dimensions analogously to [`rfft`](@ref),
37+
* `AbstractFFTs.RealProjectionStyle()`, for plans that halve one of the output's dimensions analogously to [`rfft`](@ref),
3838
* `AbstractFFTs.RealInverseProjectionStyle(d::Int)`, for plans which expect an input with a halved dimension analogously to [`irfft`](@ref), where `d` is the original length of the dimension.
3939

4040
The normalization convention for your FFT should be that it computes yₖ = ∑ⱼ xⱼ exp(-2πi jk/n) for a transform of

0 commit comments

Comments
 (0)