Re: [eigen] New indexing/slicing API: almost ready to be merged |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
in my opinion, the slicing syntax should be kept separate from the ‘middleware’ matrix slicing logic ( eg, blocks, etc.)
to give the user the ability to choose his preferred method, and to give you Eigen devs the ability to support different
competing slicing syntaxes ( or user via plugins ).
So, I’d put all slicing related 'symbols’ in dedicated namespaces, eg
Eigen::EigenSlicers
Eigen::MatlabLikeSlicers
etc …
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |