also, I’m pretty sure you dont need to use inv(p) — since that probably allocates a new plan for the inverse transform. There should be an ldiv!()
method which works like mul!()
but performs and inverse transform.
1 Like