next up previous contents index
Next: Example 1 Up: Documentation Design and Program Previous: Design of Interfaces for   Contents   Index


How to call an LAPACK95 Routine

Let the object code libraries associated with the BLAS and LAPACK be libblas.a and liblapack.a, respectively. The compilation of the LAPACK95 source code produces a library and four modules. The library, liblapack95.a, contains the LAPACK95 driver interface routines described in Part II. The modules are as follows:

The user's program must refer to the appropriate modules via the Fortran 95 USE statement, and it must also link to the appropriate libraries. The appropriate choices are as follows:


Subsections
next up previous contents index
Next: Example 1 Up: Documentation Design and Program Previous: Design of Interfaces for   Contents   Index
Susan Blackford 2001-08-19