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 8b0cb08 commit 08c3ff7Copy full SHA for 08c3ff7
ext/LinearOperatorNFFTExt/NFFTOp.jl
@@ -49,7 +49,7 @@ function NFFTOpImpl(shape::Tuple, tr::AbstractMatrix{T}; toeplitz=false, oversam
49
, (res,x) -> produ!(res,plan,x)
50
, nothing
51
, (res,y) -> ctprodu!(res,plan,y)
52
- , 0, 0, 0, false, false, false, S(), S()
+ , 0, 0, 0, false, false, false, S(undef, 0), S(undef, 0)
53
, plan, toeplitz)
54
end
55
0 commit comments