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

Structured Markov Chains Solver  [ SMCSolver ] 
Dario Bini, Beatrice Meini, Sergio Steffe'
bini@dm.unipi.it, meini@dm.unipi.it, steffe@dm.unipi.it
Dipartimento di Matematica "Leonida Tonelli"
Largo Pontecorvo 5
56127 Pisa
Italy

Version 1.3 - March 2007


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

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
(November 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 has been selected from the
archive in:

http://www.netlib.org/lapack95

but the files f77_lapack_double_dcomplex.f90 has been modified,
chopping out the reference to routine unused by our software
(otherwise the compiler request their presence and the full
BLAS and LAPACK libraries are needed).


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  

The selected parts are roughly 1/10 of the full BLAS, LAPACK and LAPACK95
==============================================


