Re: [Numpy-discussion] factorization updates in numpy

2011-09-27 Thread Pauli Virtanen
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

[Numpy-discussion] factorization updates in numpy

2011-09-27 Thread Jaroslav Hajek
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