I\'m currently working on a MATLAB project and I\'d like to re-implement the most computational-heavy parts using C++ and Eigen.
I\'d like to know if there\'s a way to perform t
There currently is a feature request for selecting sub-matrices by indexing filed at the Eigen BugTracker system. Therefore, I doubt it will be possible that way.
The only workaround I could think of is to copy the data manually. Not very nice though.