[SciPy-user] Gram-Schmidt orthogonalization

Nathan Bell wnbell at gmail.com
Sun Nov 23 14:01:25 EST 2008


On Sun, Nov 23, 2008 at 1:50 PM, David Warde-Farley <dwf at 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 at gmail.com
http://graphics.cs.uiuc.edu/~wnbell/



More information about the SciPy-User mailing list