Re: [eigen] Re: SparseQR crashes on rectangular matrix

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


QR is useful for analysis and solution of underdetermined systems too. 
Here is chapter from Higham's book: http://epubs.siam..org/doi/abs/10.1137/1.9780898718027.ch21
Same approach referenced in Golub & Loan (ch. 5.7.2).

Will test m == n again and will let you know the details tomorrow (now is pretty late in Tokyo). 
Btw, Intel compiler bounds checker detects many out-bounds reads & writes in SparseQR even for m > n.
Whereas no such issues are detected for sparse LU & LDLt.

It is again ICC 13.1 & MSVC combo. 



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/