What's a good matrix manipulation library available for C ?
Posted
by banister
on Stack Overflow
See other posts from Stack Overflow
or by banister
Published on 2010-04-14T12:22:16Z
Indexed on
2010/04/14
12:23 UTC
Read the original article
Hit count: 317
Hi,
I am doing a lot of image processing in C and I need a good, reasonably lightweight, and above all FAST matrix manipulation library. I am mostly focussing on affine transformations and matrix inversions, so i do not need anything too sophisticated or bloated.
Primarily I would like something that is very fast (using SSE perhaps?), with a clean API and (hopefully) prepackaged by many of the unix package management systems.
Note this is for C not for C++.
Thanks
:)
© Stack Overflow or respective owner