[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Obtaining an LQ decomposition without performing a transpose
From: |
Rhys Ulerich |
Subject: |
[Help-gsl] Obtaining an LQ decomposition without performing a transpose |
Date: |
Wed, 28 Sep 2011 16:27:44 -0500 |
Hi all,
Dumb question-- I'd like an LQ factorization from GSL's linear algebra
routines. One can get an LQ by computing a QR on A^T. Am I correct
in that, as the public APIs stand, there's no way to compute a QR on
A^T without performing an honest-to-god transpose of A's data?
Thanks in advance,
Rhys
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-gsl] Obtaining an LQ decomposition without performing a transpose,
Rhys Ulerich <=