[eigen] Eigen::Matrix vs. boost::multi_array vs. Eigen::Map |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Eigen::Matrix vs. boost::multi_array vs. Eigen::Map
- From: Rodrigo Benenson <rodrigo.benenson@xxxxxxxxx>
- Date: Fri, 7 Jun 2013 21:13:21 +0200
- Cc: Mohamed Omran <mohamed.omran@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=F+gprb1pGiAe6QdkttZQmYsVq+V/6B5oaDlxYGa6BJ0=; b=WvkE/olleaOUrpFslxVAnB59UM41vwwKepKsgrXOTvSUIEG73LpeNGJxaPGL/v3Yph 92Llj20bLEvLyapM7+V6o9UeacJDLTdmFHC7wDCXkX/LpHM1M+dsBUvtbsysne1QGB8b KjBq+C+FSzEXHSGlDNmsBHW+/EslrHmHzdkQ0/BqNuUf3Fk6HluJvChynU80I/BvYRyr 4jqFPwZZZerrZvxqQh19S2tbWNZDrcQhsl1OmJ4scNuH7p0AG2HixXWJhlSB1zMep+3f zGAllU9GBVq2Y5Q0poD1Trmpw8mQcElzZYy+IVl4rhpEDKWK0tqu4uroJIXYUao9Z15K 93RQ==
One of my colleagues has run into some surprising behaviours when
comparing raw boost::multi_array and Eigen::Map.
Any Eigen/C++/Boost expert has any idea what is going on the two
questions posted on the link ?
http://stackoverflow.com/questions/16991255/eigenmatrix-vs-boostmulti-array-vs-eigenmap
Thanks for your answers.
Regards,
rodrigob.