[eigen] SparseQR crashes on rectangular matrix

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


SparseQR crashes in coletree when applied for rectangular matrix with rows < cols.

After quick study - apparently coletree doesn't support rectangular matrices.

Vector firstRowElt is allocated with rows() size (line #73).  

However it is indexed as having cols() size in the code (lines #75, #108).

Would appreciate any help in this regard.

Thank you in advance.
Pavel.



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