A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

What are some portable C linear algebra libraries?

Best Answers

I would suggest the GNU scientific library (GSL). It has been designed with high quality linear algebra software. Supports both real and complex-valued data types. http://www.gnu. read more

CLAPACK is the library which uder the hood uses very high-performance BLAS library, as do other libraries, like ATLAS. GSL is a standalone C library, not as fast as any based on BLAS. However its performance is still quite good (not extremely good though) and is used quite often; mostly because of its portability. read more

Encyclopedia Research

Related Facts

Image Answers

Lis (Linear Algebra Library) | Jet.com
Source: jet.com

Further Research

C library for linear algebra
stackoverflow.com

Linear Algebra Libraries
verdandi.sourceforge.net

Top Numerical Libraries For C#
www.quantconnect.com