-----------------------------------------------------------------------
The file csid3 documents csis3 in the style of the other SVDPACK files. 
Please review this file before using the csis3.f program.
-----------------------------------------------------------------------

Here are the other files/directories included in this tar file.

csis3.f    (contains main program, and critzit)
cop.f      (contains matrix-vector mult. routines: copa, copb)
LAPACK/    (all lapack files are in this directory)
BLAS/      (all blas files are in this directory)
csii3      (sample input file for csis3)
csio3      (sample ASCII output of one run of csis3)
csio.stats (convergence statistics output in ASCII)
makefile   (typing "make" should create library.a and csis3 binaries)
matrix     (627 by 627 sparse Jacobian used for testing; read by csis3.f)
README     (this file)

Makefiles are included to create object code, and the
library.a file for LAPACK and BLAS routines provided.  If your machine
has optimized LAPACK and BLAS libraries you should link those kernels
in rather than compiling and linking the subroutines here.

M. Berry, 1-11-94
berry@cs.utk.edu
