PaddedViews.jl
PaddedViews.jl copied to clipboard
'A_mul_B!(c, fft_plan, a)' support
It seems now we don't have support for A_mul_B!(c, fft_plan, a)
where a is a padded_view. It would be really good to have this feature so that one can avoid memory allocation when dealing with big arrays. Do I understand this problem correctly? Thanks!