Closed
Description
Hi,
I am working in loading some complex MAT file in C++ using matioCpp and then obtaining their corresponding Eigen Matrix. One of the data structure I need loaded is of type MultiDimensionalArray
with dimension (3,1,15000).
Up to now is not possible to directly use the to_eigen
method
matio-cpp/include/matioCpp/impl/EigenConversions.tpp
Lines 13 to 19 in 1a846dc
to convert it to an Eigen Matrix since the array's dimensions are > 2.
It would be nice if I could select the indices of the dimensions I need when calling this method (in this case they are the 1st and 3rd dimension).
Metadata
Metadata
Assignees
Labels
No labels