
    This is the level-1 directory for the algorithm sources.

Makefile	Local makefile
filelist	This file
scpl		Directory containing sources for QMR based on the coupled
		two-term recurrence variant of the look-ahead Lanczos algorithm
		for symmetric matrices
scpx		Directory containing sources for QMR based on the coupled
		two-term recurrence variant of the Lanczos without look-ahead
		for symmetric matrices
slal		Directory containing sources for an eigenvalue solver based
		on the three-term recurrence variant of the look-ahead
		Lanczos algorithm for symmetric matrices
sqbg		Directory containing sources for the QMR-from-BCG algorithm
		for symmetric matrices
sqmr		Directory containing sources for QMR based on the three-term
		recurrence variant of the look-ahead Lanczos algorithm
		for symmetric matrices
sqmx		Directory containing sources for QMR based on the three-term
		recurrence variant of the Lanczos algorithm without look-ahead
		for symmetric matrices
ucpl		Directory containing sources for QMR based on the coupled
		two-term recurrence variant of the look-ahead Lanczos algorithm
		for unsymmetric matrices
ucpx		Directory containing sources for QMR based on the coupled
		two-term recurrence variant of the Lanczos without look-ahead
		for unsymmetric matrices
ulal		Directory containing sources for an eigenvalue solver based
		on the three-term recurrence variant of the look-ahead
		Lanczos algorithm for unsymmetric matrices
uqbg		Directory containing sources for the QMR-from-BCG algorithm
		for unsymmetric matrices
uqmr		Directory containing sources for QMR based on the three-term
		recurrence variant of the look-ahead Lanczos algorithm
		for unsymmetric matrices
uqmx		Directory containing sources for QMR based on the three-term
		recurrence variant of the Lanczos algorithm without look-ahead
		for unsymmetric matrices
utfx		Directory containing sources for the TFQMR algorithm without
		look-ahead for unsymmetric matrices
