User mike - MathOverflowmost recent 30 from http://mathoverflow.net2013-06-20T04:40:58Zhttp://mathoverflow.net/feeds/user/22949http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/94198/sparsity-of-qr-decompositionsparsity of QR decompositionMike2012-04-16T10:40:40Z2012-04-17T07:18:26Z
<p>Hi, everyone!</p>
<p>I have a sparse $n \times n$ matrix $A$ with $nnz(A)$ denoting the number of non-zero entries in $A$. Now I use QR factorization to decompose $A$ into an orthogonal matrix $Q$ and triangular matrix $R$. My problem is that : can we use some methods to control the sparsity of $Q$ satisfying $nnz(Q) \le nnz(A)$. </p>
http://mathoverflow.net/questions/94198/sparsity-of-qr-decompositionComment by MikeMike2012-04-17T11:26:54Z2012-04-17T11:26:54ZWhat about the sparsity of $R$ wrt that of $A$ ?