Re: [eigen] HouseholderQR bug??

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


I think the problem is this that since

RowMajor == 1 and DontAlign == 2

results in

Map::Options = RowMajor|DontAlign = 3

and since Aligned == 1 and Map::Options&Aligned == 1

ei_traits<Map>::IsAligned = (Map::Options&Aligned == Aligned) = true

- Hauke



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