Fixed size linear algebra library

Started by
2 comments, last by Jan Wassenberg 14 years, 8 months ago
Hello, I'm in need of a header only fixed size linear algebra library. Basically, I'd like a library to do things like matrix/vector/scalar products and operations -- the basics. I've looked at CML (http://www.cmldev.net/), vmmlib (http://vmmlib.sourceforge.net/) and TinyMath (http://tinymath.sourceforge.net/). I was wondering if anyone has used these libraries, and if you can give me some feedback or recommendations between them Thanks, Rob
Advertisement
*bump*
Of the three, I've only used CML. Any of those is likely to suit your needs... it's difficult to get a math library too far wrong, particularly one which doesn't do SIMD. You should see if whatever library you're using for rendering includes math classes, though... best to use those, if it does.
I'd recommend at least adding Eigen to your evaluation, it has left quite a good impression.
E8 17 00 42 CE DC D2 DC E4 EA C4 40 CA DA C2 D8 CC 40 CA D0 E8 40E0 CA CA 96 5B B0 16 50 D7 D4 02 B2 02 86 E2 CD 21 58 48 79 F2 C3

This topic is closed to new replies.

Advertisement