A Numerical Computing Library for C
I’开发者_运维问答m looking for a good numerical computing library for C programming language.
Similar to LAPACK with good documentation would be very helpful.
Thanks & Regards,
Upul
It's ugly C (machine translation from Fortran), but you might find clapack useful. You might also want to take a look at ATLAS. There are also quite a few implementations of BLAS in C -- enough that I'd have difficulty picking one to recommend.
Check out the GNU scientific library http://www.gnu.org/s/gsl/
精彩评论