Skip to content

Commit 78cc9ef

Browse files
committed
Update adjoint docs
1 parent 36ab925 commit 78cc9ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ AbstractFFTs.plan_rfft
2020
AbstractFFTs.plan_brfft
2121
AbstractFFTs.plan_irfft
2222
AbstractFFTs.fftdims
23+
Base.adjoint
2324
AbstractFFTs.fftshift
2425
AbstractFFTs.fftshift!
2526
AbstractFFTs.ifftshift

src/definitions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ mutable struct AdjointPlan{T,P<:Plan} <: Plan{T}
601601
end
602602

603603
"""
604-
Base.adjoint(p::Plan)
604+
adjoint(p::Plan)
605605
606606
Form the adjoint operator of an FFT plan. Returns a plan `p'` which performs the adjoint operation
607607
the original plan. Note that this differs from the corresponding backwards plan in the case of real

0 commit comments

Comments
 (0)