Index of LAPACK90 Routines

Introduction

All LAPACK driver subroutines (including expert drivers) and some LAPACK computationals have both generic LAPACK90 interfaces and generic LAPACK77 interfaces. The remaining computationals have only generic LAPACK77 interfaces. In both types of interfaces no distinction is made between single and double precision or between real and complex data types. The use of the LAPACK90 (LAPACK77) interface requires the user to specify the F90_LAPACK (F77_LAPACK) module.

For example, the GESV driver subroutine, which solves a general system of linear equations, can be called in the following ways:

The documentation for LAPACK90 see below while for the LAPACK77 see the LAPACK Users' Guide. Click here if the LAPACK90 Library is not installed on your computer.

The LAPACK90 library and documentation will successively be updated. Questions/comments should be directed to: jerzy.wasniewski@uni-c.dk.

Driver Routines for Linear Equations

Expert Driver Routines for Linear Equations

Driver Routines for Linear Least Squares Problems

Driver Routines for generalized Linear Least Squares Problems

Driver Routines for Standard Eigenvalue and Singular Value Problems

Divide and Conquer Driver Routines for Standard Eigenvalue Problems

Expert Driver Routines for Standard Eigenvalue Problems

Driver Routines for Generalized Eigenvalue and Singular Value Problems



Jerzy Wasniewski
Sat Aug 23 07:49:21 1997