===============================================

This directory includes:

blas/
	selected routines from BLAS 

lapack/ 

	selected routines from LAPACK

lapack95/

	selected routines from lapack95 and modified
 	f77_lapack_double_dcomplex.f90	

The blas and lapack routines have been selected from the 
archive in:

http://www.netlib.org/lapack/lapack-3.1.0.tgz
(Novembre 2006)

( [Individual Routines] link in http://www.netlib.org/lapack did help )

For more information on BLAS and LAPACK see:

@BOOK{laug,
      AUTHOR = {Anderson, E. and Bai, Z. and Bischof, C. and
                Blackford, S. and Demmel, J. and Dongarra, J. and
                Du Croz, J. and Greenbaum, A. and Hammarling, S. and
                McKenney, A. and Sorensen, D.},
      TITLE = {{LAPACK} Users' Guide},
      EDITION = {Third},
      PUBLISHER = {Society for Industrial and Applied Mathematics},
      YEAR = {1999},
      ADDRESS = {Philadelphia, PA},
      ISBN = {0-89871-447-8 (paperback)} }

The lapack95 routines have been selected from the
archive in:

http://www.netlib.org/lapack95

The file f77_lapack_double_dcomplex.f90 has been modified,
chopping out the reference to routine unused by our software

After building the libraries, you should find in this directory
the following Fortan95 Modules:

f77_lapack.mod  
f95_lapack.mod  
la_auxmod.mod  
la_precision.mod  

and the following libraries:

libblas.a  
liblapack95.a  
liblapack.a  


==============================================


