You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I run the simple_test.m, two dimensional example, logN=10:11 (just to fix the ideas) and compare the options PRE_PSI and PRE_FULL_PSI, I consistently get the elapsed times t1 in the first case smaller than in the second. I understood that PRE_FULL_PSI should be the faster method.
The text was updated successfully, but these errors were encountered:
I think the documentation about the flag PRE_FULL_PSI is a little bit out-dated. It used to be the faster flag in many cases. However, on modern computers with fast double precision arithmetic (and relatively slow memory access), PRE_FULL_PSI may be distinctly slower in various cases.
In general, I recommend using PRE_PSI (or possibly PRE_LIN_PSI if you use a small NFFT window length m).
Dear maintainers,
if I run the simple_test.m, two dimensional example, logN=10:11 (just to fix the ideas) and compare the options PRE_PSI and PRE_FULL_PSI, I consistently get the elapsed times t1 in the first case smaller than in the second. I understood that PRE_FULL_PSI should be the faster method.
The text was updated successfully, but these errors were encountered: