dolik.rce Messages: 1791 Registered: August 2008 Location: Czech Republic
Ultimate Contributor
Here is the plugin package, just unpack the plugin directory into your MyApps directory and add package plugine/Eigen to your main package.
Very good news: Eigen is amazingly friendly to third party extensions. It lets you add anything to all of the base classes using EIGEN_*_PLUGIN macros. So I just added method ToString into the Matrix class, which result in all types of matrices to be easily printable. I believe that this mechanism will allow us to solve also most of the future incompatibility troubles you might encounter.
Let me know when you hit next problem, I really enjoy this
Honza
EDIT: Added new version of the package, Eigen now respects SSE2 flag...