Difference between revisions of "BLAS LAPACK ScaLAPACK"

From HCL
Jump to: navigation, search
 
Line 4: Line 4:
 
* MKL http://software.intel.com/en-us/intel-mkl/ - Intel implementation
 
* MKL http://software.intel.com/en-us/intel-mkl/ - Intel implementation
 
*ACML http://developer.amd.com/libraries/acml/pages/default.aspx
 
*ACML http://developer.amd.com/libraries/acml/pages/default.aspx
 +
*CUBLAS http://developer.nvidia.com/cublas
  
 
Using the C interface is preferable. [http://www.inf.bv.tum.de/~heisserer/softwarelab04/doc/blas_report.pdf BLAS: overview, installation, usage]
 
Using the C interface is preferable. [http://www.inf.bv.tum.de/~heisserer/softwarelab04/doc/blas_report.pdf BLAS: overview, installation, usage]

Latest revision as of 12:04, 12 July 2012

A de facto standard API for linear algebra BLAS/LAPACK

Using the C interface is preferable. BLAS: overview, installation, usage

ScaLAPACK

http://www.netlib.org/scalapack/