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
This python code takes a huge matrix (e.g. 3D gravity kernel) as an input and then performs wavelet compression to improve the efficiency of matrix multiplication. Note that the multiplication of two matrices in the wavelet domain is equal to the multiplication in the real domain. This wavelet compression was introduced by Li and Oldenburg, 2003…