LAPACK_D is a FORTRAN90 program which tests the double precision real FORTRAN90 version of LAPACK.
LAPACK includes routines to
The source code and documentation for LAPACK is available through the NETLIB web site.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
LAPACK_D is available in a FORTRAN90 version.
BLAS, a FORTRAN90 library which contains the Basic Linear Algebra Subprograms (BLAS) for level 1 (vector-vector operations), level 2 (matrix-vector operations) and level 3 (matrix-matrix operations), for single precision real arithmetic, double precision real arithmetic, single precision complex arithmetic, and double precision complex arithmetic.
LAPACK_F77, a FORTRAN90 program which calls the FORTRAN77 version of the LAPACK + BLAS libraries.
LAPACK_OSX, a FORTRAN90 program which demonstrates the use of the LAPACK linear algebra library available on Macintosh OSX systems, using the "-framework veclib" compiler option.
LAPACK_S, a FORTRAN90 library which is a FORTRAN90 version of the single precision real LAPACK + BLAS libraries.
You can go up one level to the FORTRAN90 source codes.