We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129d28d commit 481c096Copy full SHA for 481c096
src/fft.jl
@@ -1052,15 +1052,6 @@ end
1052
1053
#######################################################################
1054
1055
-"""
1056
- R2RAdjointStyle(kinds)
1057
-
1058
-Projection style for real to real transforms
1059
1060
-struct R2RAdjointStyle{K} <: AbstractFFTs.AdjointStyle
1061
- kinds::K
1062
-end
1063
1064
AbstractFFTs.AdjointStyle(::cFFTWPlan) = AbstractFFTs.FFTAdjointStyle()
1065
AbstractFFTs.AdjointStyle(::rFFTWPlan{T, FORWARD}) where {T} = AbstractFFTs.RFFTAdjointStyle()
1066
AbstractFFTs.AdjointStyle(P::rFFTWPlan{T, BACKWARD}) where {T} = AbstractFFTs.IRFFTAdjointStyle(P.osz[first(P.region)])
0 commit comments