0

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

Upul Bandara
  • 5,973
  • 4
  • 37
  • 60

2 Answers2

0

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.

Jerry Coffin
  • 476,176
  • 80
  • 629
  • 1,111
0

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

kostas
  • 1,959
  • 1
  • 24
  • 43