Difference between revisions of "Common C, C++, FORTRAN Libraries"

From PHYSpedia
Jump to: navigation, search
Line 10: Line 10:
  
 
[http://www.linuxquestions.org/questions/linux-software-2/blas-installation-using-yum-doesnt-install-header-files-887814/ Setting up BLAS in Linux (yum-based systems)]
 
[http://www.linuxquestions.org/questions/linux-software-2/blas-installation-using-yum-doesnt-install-header-files-887814/ Setting up BLAS in Linux (yum-based systems)]
 +
 +
[http://vibrationdata.wordpress.com/2011/11/04/matrix-multiplication-in-blas/ Matrix Multiplication with BLAS and CBLAS]

Revision as of 18:33, 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.


Linear Algebra

BLAS under Linux

Linear Algebra in Linux (BLAS/LAPACK)

Setting up BLAS in Linux (yum-based systems)

Matrix Multiplication with BLAS and CBLAS