Re: [eigen] HELP : matlab data import

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


Hi. It may be easier to write a mex file instead, and call that mex file
from matlab. This is what I usually do with my code.

You can map the data from a matlab matrix (real or complex) with
Eigen::Map<>. As far as I remember, Matlab buffers are already aligned,
so you can use Eigen::Aligned and RowMajor as well.



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