So the what should be done is -- if understood well --:
- get rid of /src/math completely
- Replace QuickVector, Matrix with Eigen::Vector resp. Eigen::Matrix /
Eigen::LU everywhere they appear
- fix the bugs that appear
My original idea was to create a layer of abstraction above Eigen,
but as y
P Zoltan wrote:
> I've started implementing the QuickVector and Matrix classes using
> Eigen. The first draft of the source code is attached. It shoud be
> cleaned up, added some more comments / documentation to it. When
> integrating it in the SVN, I want to add the following files in the math
>