[Back]

Use of LAPACK

LAPACK - web page of LAPACK

lapack-3.8.0.tar.gz - direct link to LAPACK version 3.8.0

lapack-3.8.0.tar.gz - a copy of the previous library on my page

LAPACK_test.tgz - files for exercises

multi_lapack.f90 - simple code demonstrating the use of the cache memory in the matrix-matrix multiplications ( Makefile_lapack )

solve_lapack.f90 - simple code demonstrating the solution of linear algebraic systems by LAPACK