Skip to content

Commit 1e9ece2

Browse files
committed
Tweaks to adjoint description
1 parent 552d49f commit 1e9ece2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/definitions.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,8 @@ the original plan. Note that this differs from the corresponding backwards plan
608608
FFTs due to the halving of one of the dimensions of the FFT output, as described in [`rfft`](@ref).
609609
610610
!!! note
611-
Adjoint plans do not currently support `LinearAlgebra.mul!`.
611+
Adjoint plans do not currently support `LinearAlgebra.mul!`. Further, as a new addition to `AbstractFFTs`,
612+
coverage of `Base.adjoint` in downstream implementations may be limited.
612613
"""
613614
Base.adjoint(p::Plan{T}) where {T} = AdjointPlan{T, typeof(p)}(p)
614615
Base.adjoint(p::AdjointPlan) = p.p

0 commit comments

Comments
 (0)