LAPACK_OSX
Examples Using the MAC OSX Precompiled LAPACK Library


LAPACK_OSX is a FORTRAN90 program which demonstrates how to use the precompiled LAPACK library on a Macintosh running the OSX operating system, by using the compiler option "-framework Accelerate".

Licensing:

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

Languages:

LAPACK_OSX 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_D, a FORTRAN90 library which is a FORTRAN90 version of the double precision real LAPACK + BLAS libraries.

LAPACK_F77, a FORTRAN90 program which calls the FORTRAN77 version of the LAPACK + BLAS libraries.

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:

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


Last revised on 15 February 2016.