LAPACK_D
Test the Double Precision Real FORTRAN90 LAPACK


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

LAPACK_D is available in a FORTRAN90 version.

Related Data and Programs:

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.

Reference:

  1. Edward Anderson, Zhaojun Bai, Christian Bischof, Susan Blackford, James Demmel, Jack Dongarra, Jeremy DuCroz, Anne Greenbaum, Sven Hammarling, Alan McKenney, Danny Sorensen,
    LAPACK User's Guide,
    Third Edition,
    SIAM, 1999,
    ISBN: 0898714478,
    LC: QA76.73.F25L36
  2. Vincent Barker, Susan Blackford, Jack Dongarra, Jeremy Du Croz, Sven Hammarling, Minka Marinova, Jerzy Wasniewski, Plamen Yalamov,
    LAPACK95 User's Guide,
    SIAM, 2001,
    ISBN13: 978-0-898715-04-0,
    LC: QA76.73.F25.L36.

Source code:

Examples and Tests:

You can go up one level to the FORTRAN90 source codes.


Last revised on 05 October 2018.