Skip to content

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…

Notifications You must be signed in to change notification settings

emadghalenoei/Matrix_Wavelet_Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

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…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages