A Numerical Computing Library for C

407 views Asked by At

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

2

There are 2 answers

0
Jerry Coffin On BEST ANSWER

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.

0
kostas On

Check out the GNU scientific library http://www.gnu.org/s/gsl/