Re: [eigen] Let's get reshape in shape for 3.4 |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Perhaps it could be possible to get rid of ColOrder, RowOrder and re-use ColMajor/RowMajor if we redefine them as follows:enum ColMajor_t { ColMajor = 0 };enum RowMajor_t { RowMajor = 1 };so that they also convey different types. I'm a bit afraid of backward compatibility issues though... Any thoughts on that matter?
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |