Recent Changes - Search:

edit SideBar

BLAS

Description

BLAS (Basic Linear Algebra Subprograms) is a standard library which provides a number of basic algorithms for numerical algebra.

You should use however - when available - a specially tuned version for your AIX version and processor.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlf -q64" or "g77 -maix64".

Homepage: http://www.netlib.org/lapack/

Current version:

  • AIX5L V5.1: 3.5.0-1
  • AIX5L V5.2 and higher: 3.8.0-1

Downloads

RPMs:

Source RPM:

Package dependencies:


All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on December 01, 2017, at 10:15 PM