Open JeffreyEarly opened 2 years ago
Should be able to speed up the nonlinear computation pretty easily, https://www.mathworks.com/help/releases/R2021b/matlab/matlab_prog/asynchronous-functions.html
Of course, this can be done on-top of using the fast DST and DCT algorithms.
There are plenty of nuances when apply this to handle classes, check out this discussion for details. In particular, this documentation has useful information.
Should be able to speed up the nonlinear computation pretty easily, https://www.mathworks.com/help/releases/R2021b/matlab/matlab_prog/asynchronous-functions.html
Of course, this can be done on-top of using the fast DST and DCT algorithms.