Registered Member
|
Hi,
I'd like to communicate Eigen arrays using MPI. What I do using Blitz++ arrays is the following:
where
(quote from Blitz++ website). Is there a similar way of doing this in Eigen? Thanks a lot! |
Moderator
|
you can do the very same with .data() to get a pointer, and .size() to get the number of elements.
|
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft