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

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



I guess you compiled with -DNDEBUG because all these out of bounds accesses are caught by asserts here. They are fixed in the devel and 3.2 branch​, and SparseQR works for me with rows<cols.

Regarding AmbiVector, replacing allocations by operator new with malloc, plus a few inplace construct and destruct should do the job.

cheers,
gael



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