emorice / gemz

Gene expression model zoo
0 stars 0 forks source link

Eliminate full SVDs #4

Closed emorice closed 2 years ago

emorice commented 2 years ago

np.linalg.svd computes full matrices by default. At several locations this default has been used, making the code non-scalable.