Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: RQ decomposition
Date: Sun, 5 Oct 2008 13:59:02 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 8
Message-ID: <gcah76$ijr$1@fred.mathworks.com>
References: <gc82pk$e87$1@fred.mathworks.com> <gc8hqd$9ja$1@fred.mathworks.com> <gc8uop$2nh$1@fred.mathworks.com> <gc98e6$mbt$1@fred.mathworks.com> <gcafs2$b77$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1223215142 19067 172.30.248.37 (5 Oct 2008 13:59:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 5 Oct 2008 13:59:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:493695


This "translation" might help you:

QR is Gram-Schmidt orthoganilization of columns of A, started from the first.

RQ is Gram-Schmidt orthoganilization of rows of A, started from the last.

Bruno