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
Sorry for the mistake, the n^2 should be (2n+1)^2. The Eq.6 is summed accross two dimesnion i and j, and each dimension has 2n+1 values. Therefore, the computation complexity is (2n+1)^2.
I would like to ask how n^2 in Eq.8 was obtained, or could you please explain in detail the calculation process of Eq.8.
Thank you very much
The text was updated successfully, but these errors were encountered: