Difference between revisions of "Common C, C++, FORTRAN Libraries"
From PHYSpedia
					
										
					
					| Line 19: | Line 19: | ||
[http://vibrationdata.wordpress.com/2011/11/04/matrix-multiplication-in-blas/ Matrix Multiplication with BLAS and CBLAS]  | [http://vibrationdata.wordpress.com/2011/11/04/matrix-multiplication-in-blas/ Matrix Multiplication with BLAS and CBLAS]  | ||
| + | |||
| + | [http://www.gnu.org/software/gsl/manual/html_node/BLAS-Examples.html GSL BLAS Examples (such as matrix multiply)]  | ||
Revision as of 17:48, 15 September 2012
There are a number of common libraries for computational physics and numerical analysis. Here are a few links for tutorials and information for installation of commonly-used tools.
Special Functions
The GSL also has calls for C and C++ for a variety of linear algebra functions found in BLAS and other packages.
Linear Algebra
BLAS under Linux
Linear Algebra in Linux (BLAS/LAPACK)
Setting up BLAS in Linux (yum-based systems)