27.09.2011 10:40, Jaroslav Hajek kirjoitti:
> I've been looking into options to do fast low-rank dense matrix
> factorization updates (aka Matlab's qrupdate) with NumPy, but couldn't
> find basically anything. Did I miss something?
At the moment, we do not have equivalents to these routines.
Howe
hello,
I've been looking into options to do fast low-rank dense matrix
factorization updates (aka Matlab's qrupdate) with NumPy, but couldn't
find basically anything. Did I miss something?
A few years ago I wrote the qrupdate library
http://sourceforge.net/projects/qrupdate/, and subsequently wra