Skip to content

Commit

Permalink
Update toeplitzplans.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Nov 12, 2023
1 parent 101b658 commit 106f963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/toeplitzplans.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ struct ToeplitzPlan{T, N, Dims, S, VECS, P<:Plan{S}, Pi<:Plan{S}} <: Plan{T}
dims::Dims
end

ToeplitzPlan{T}(v::AbstractVector{<:Number}, tmp::Array{S,N}, dft::Plan{S}, idft::Plan{S}, dims) where {T,S,N} = ToeplitzPlan{T}((v,), tmp, dft, idft, dims)
ToeplitzPlan{T}(v, tmp::Array{S,N}, dft::Plan{S}, idft::Plan{S}, dims) where {T,S,N} = ToeplitzPlan{T,N,typeof(dims),S,typeof(v),typeof(dft), typeof(idft)}(v, tmp, dft, idft, dims)


Expand Down

0 comments on commit 106f963

Please sign in to comment.