Skip to content

Commit 769c090

Browse files
committed
Update adjoint docs
1 parent 8474141 commit 769c090

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
@@ -602,7 +602,7 @@ mutable struct AdjointPlan{T,P<:Plan} <: Plan{T}
602602
end
603603

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

0 commit comments

Comments
 (0)