issues
search
TomMaullin
/
BLMM
This repository contains all code for the BLMM toolbox.
19
stars
5
forks
source link
Potential computational speedups
#72
Open
TomMaullin
opened
8 months ago
TomMaullin
commented
8 months ago
It may be worth exploring the speedups obtained by:
[ ] Replacing expressions of the form np.sum(X
2) with np.linalg.norm(X)
2
[ ] Replacing pinvs with svds and simplifying all expressions whereever possible.
It may be worth exploring the speedups obtained by: