You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> x =randn(5); P =plan_rfft(x);
julia>eltype(P)
Float64
julia> P * x
3-element Vector{ComplexF64}:-0.3514539021978911+0.0im-0.8023047651675712+1.243731722698685im2.8759555200391196-2.679171588261927im
If a "plan" is in some sense analogous to a matrix the eltype should be type of the output, in this case ComplexF64.
The text was updated successfully, but these errors were encountered:
dlfivefifty
changed the title
rfft eltype should be Complexplan_rfft eltype should be ComplexDec 6, 2022
This caught me by surprise:
If a "plan" is in some sense analogous to a matrix the
eltype
should be type of the output, in this caseComplexF64
.The text was updated successfully, but these errors were encountered: