kusano 7d535a
This directory contains the following Matlab script files, 
kusano 7d535a
which can be invoked in Matlab:
kusano 7d535a
kusano 7d535a
    superlu.m      Supernodal LU factorization
kusano 7d535a
    lusolve.m      Solve linear systems by supernodal LU factorization
kusano 7d535a
    trysuperlu.m   Test the Matlab interface to SUPERLU
kusano 7d535a
    trylusolve.m   Test the Matlab interface to LUSOLVE
kusano 7d535a
    copyright.m    Complete copyright and licensing notice
kusano 7d535a
kusano 7d535a
Say HELP SUPERLU and HELP LUSOLVE to Matlab for details.
kusano 7d535a
kusano 7d535a
--------
kusano 7d535a
| NOTE |
kusano 7d535a
--------
kusano 7d535a
    The Makefile is set up so that the MEX-files are compatible with Matlab
kusano 7d535a
    Version 5. For Version 4 compatibility, you need to change
kusano 7d535a
	FLAGS   = -O -DV5
kusano 7d535a
    to
kusano 7d535a
	FLAGS	= -O -V4
kusano 7d535a
    in Makefile.