
    This is the directory for the Compressed Sparse Row format.

Makefile	Local makefile
csr.inc		Include file, preprocessor defines for preconditioners
filelist	This file
zascraw.src	Source file, CSR or CSC ASCII to binary format converter
zcoocsr.f	FORTRAN code, COO to CSR format converter
zmagic.inc	Include file, magic numbers for asc2raw and raw2asc
zrawasc.src	Source file, CSR or CSC binary to ASCII format converter
zsplib.src	Source file, library of sparse matrix routines
ztransp.f	FORTRAN code, CSR to CSC format converter (transposes a matrix
		in either format)
zuilut.src	Source file, ILUT preconditioner routines
zussor.src	Source file, SSOR preconditioner routines
