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
Copy file name to clipboardExpand all lines: README.md
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 
2
2
3
-
eMaTe is a python package implemented in tensorflow which the main goal is provide useful methods capable of estimate spectral densities and trace functions of large sparse matrices.
3
+
eMaTe it is a python package which the main goal is to provide methods capable of estimating the spectral densities and trace functions of large sparse matrices.
If the CUPY pkg it is available in your machine you also can use the cupy implementation. When compared with the tf-kpm the
47
+
The cupy-kpm it's more slow for median matrices and more faster for larger matrices
48
+
49
+
If the CUPY package it is available in your machine, you can also use the cupy implementation. When compared to tf-kpm, the
50
+
Cupy-kpm is slower for median matrices (100k) and faster for larger matrices (> 10^6). The main reason it's because the tf-kpm was implemented in order to calc all te moments in a single step.
0 commit comments