Hello,
I'm using Intel IPP 8.0
In MKL you have the option to invert a Vector / Matrix.
What would be the fastest way to invert an image (1 ./ A, MATLAB) using Intel IPP?
I could only do it using Ln and Exp which is too slow.
Could you add a native Power and Inversion commands to IPP?
Thank You.