C libraries for mathematical matrix operations [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-30 05:00:21
gnuf

You did not mention whether you wanted an open-source or a commercial software, so here is a list containing both:

There was also this previous question on the subject.

You might want to take a look at BLAS and LAPACK. These are written in Fortran, but are callable from C, and are pretty much the standard libraries of this type.

Most serious linear algebra packages that I know of (MATLAB, Octave, NumPy) are built using these.

Perhaps GNU Scientific Library (GSL) would be of interest.

http://www.gnu.org/software/gsl/

Documentation topics: http://www.gnu.org/software/gsl/manual/html_node/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!