开发者

A Numerical Computing Library for C

开发者 https://www.devze.com 2023-02-08 00:49 出处:网络
I’开发者_运维问答m looking for a good numerical computing library for C programming language.

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消