UW AMath High Performance Scientific Computing
 
AMath 483/583 Class Notes
 
Spring Quarter, 2011

Previous topic

Fortran Software Packages

Next topic

Installing LAPACK and BLAS

This Page

Linear Algebra softwareΒΆ

See LAPACK examples for some examples.

See Installing LAPACK and BLAS for installation instructions.

See Fortran Software Packages for other Fortran software packages.

To install BLAS and LAPACK see the links above and also:

On some linux systems, including the VM for the class, you can install both BLAS and LAPACK via:

$ sudo apt-get install liblapack-dev