23 Nov
2008
23 Nov
'08
11:01 a.m.
On Sun, Nov 23, 2008 at 1:50 PM, David Warde-Farley <dwf@cs.toronto.edu> wrote:
Is there a built-in, somewhere in NumPy or SciPy, that implements Gram- Schmidt orthogonalization?
Would you be content with a QR decomposition (scipy.linalg.qr) ? http://en.wikipedia.org/wiki/QR_decomposition -- Nathan Bell wnbell@gmail.com http://graphics.cs.uiuc.edu/~wnbell/