Hi !
I have given a dolfin::Matrix M, which I have built through dolfin::assemble. It could be, for example, the mass matrix of a FE discretization.
Now, I would like to convert this matrix M into an Eigen::MatrixXd.
Do you know an efficient way to do this?
I would be very grateful for any help!
Moerni