Skip to content

Commit 1e414f0

Browse files
committed
ProjectionStyle(::DCTPlan)
1 parent 309733e commit 1e414f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dct.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,5 @@ end
171171
mul!(Array{T}(undef, p.plan.osz), p, copy(x)) # need copy to preserve input
172172

173173
*(p::DCTPlan{T,K,true}, x::StridedArray{T}) where {T,K} = mul!(x, p, x)
174+
175+
AbstractFFTs.ProjectionStyle(::DCTPlan) = AbstractFFTs.NoProjectionStyle()

0 commit comments

Comments
 (0)