slatec/lin

Click here to see the number of accesses to this library.


file	slatec/lin/bakvec.f  slatec/lin/bakvec.f plus dependencies
for	Form the eigenvectors of a certain real non-symmetric
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/balanc.f  slatec/lin/balanc.f plus dependencies
for	Balance a real general matrix and isolate eigenvalues
gams	D4C1A
by	Smith, B. T., et al.

file	slatec/lin/balbak.f  slatec/lin/balbak.f plus dependencies
for	Form the eigenvectors of a real general matrix from the
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/bandr.f  slatec/lin/bandr.f plus dependencies
for	Reduce a real symmetric band matrix to symmetric
gams	D4C1B1
by	Smith, B. T., et al.

file	slatec/lin/bandv.f  slatec/lin/bandv.f plus dependencies
for	Form the eigenvectors of a real symmetric band matrix
gams	D4C3
by	Smith, B. T., et al.

file	slatec/lin/bisect.f  slatec/lin/bisect.f plus dependencies
for	Compute the eigenvalues of a symmetric tridiagonal matrix
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/bqr.f  slatec/lin/bqr.f plus dependencies
for	Compute some of the eigenvalues of a real symmetric
gams	D4A6
by	Smith, B. T., et al.

file	slatec/lin/caxpy.f  slatec/lin/caxpy.f plus dependencies
for	Compute a constant times a vector plus a vector.
gams	D1A7
by	Lawson, C. L., (JPL)

file	slatec/lin/cbabk2.f  slatec/lin/cbabk2.f plus dependencies
for	Form the eigenvectors of a complex general matrix from the
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/cbal.f  slatec/lin/cbal.f plus dependencies
for	Balance a complex general matrix and isolate eigenvalues
gams	D4C1A
by	Smith, B. T., et al.

file	slatec/lin/cchdc.f  slatec/lin/cchdc.f plus dependencies
for	Compute the Cholesky decomposition of a positive definite
gams	D2D1B
by	Dongarra, J., (ANL)

file	slatec/lin/cchdd.f  slatec/lin/cchdd.f plus dependencies
for	Downdate an augmented Cholesky decomposition or the
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/cchex.f  slatec/lin/cchex.f plus dependencies
for	Update the Cholesky factorization  A=TRANS(R)*R  of a
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/cchud.f  slatec/lin/cchud.f plus dependencies
for	Update an augmented Cholesky decomposition of the
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/ccopy.f  slatec/lin/ccopy.f plus dependencies
for	Copy a vector.
gams	D1A5
by	Lawson, C. L., (JPL)

file	slatec/lin/cdcdot.f  slatec/lin/cdcdot.f plus dependencies
for	Compute the inner product of two vectors with extended
gams	D1A4
by	Lawson, C. L., (JPL)

file	slatec/lin/cdotc.f  slatec/lin/cdotc.f plus dependencies
for	Dot product of two complex vectors using the complex
gams	D1A4
by	Lawson, C. L., (JPL)

file	slatec/lin/cdotu.f  slatec/lin/cdotu.f plus dependencies
for	Compute the inner product of two vectors.
gams	D1A4
by	Lawson, C. L., (JPL)

file	slatec/lin/cg.f  slatec/lin/cg.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A4
by	Smith, B. T., et al.

file	slatec/lin/cgbco.f  slatec/lin/cgbco.f plus dependencies
for	Factor a band matrix by Gaussian elimination and
gams	D2C2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgbdi.f  slatec/lin/cgbdi.f plus dependencies
for	Compute the determinant of a complex band matrix using the
gams	D3C2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgbfa.f  slatec/lin/cgbfa.f plus dependencies
for	Factor a band matrix using Gaussian elimination.
gams	D2C2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgbmv.f  slatec/lin/cgbmv.f plus dependencies
for	Multiply a complex vector by a complex general band matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/cgbsl.f  slatec/lin/cgbsl.f plus dependencies
for	Solve the complex band system A*X=B or CTRANS(A)*X=B using
gams	D2C2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgeco.f  slatec/lin/cgeco.f plus dependencies
for	Factor a matrix using Gaussian elimination and estimate
gams	D2C1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgedi.f  slatec/lin/cgedi.f plus dependencies
for	Compute the determinant and inverse of a matrix using the
gams	D2C1, D3C1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgefa.f  slatec/lin/cgefa.f plus dependencies
for	Factor a matrix using Gaussian elimination.
gams	D2C1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgemm.f  slatec/lin/cgemm.f plus dependencies
for	Multiply a complex general matrix by a complex general
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/cgemv.f  slatec/lin/cgemv.f plus dependencies
for	Multiply a complex vector by a complex general matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/cgerc.f  slatec/lin/cgerc.f plus dependencies
for	Perform conjugated rank 1 update of a complex general
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/cgeru.f  slatec/lin/cgeru.f plus dependencies
for	Perform unconjugated rank 1 update of a complex general
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/cgesl.f  slatec/lin/cgesl.f plus dependencies
for	Solve the complex system A*X=B or CTRANS(A)*X=B using the
gams	D2C1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cgtsl.f  slatec/lin/cgtsl.f plus dependencies
for	Solve a tridiagonal linear system.
gams	D2C2A
by	Dongarra, J., (ANL)

file	slatec/lin/ch.f  slatec/lin/ch.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A3
by	Smith, B. T., et al.

file	slatec/lin/chbmv.f  slatec/lin/chbmv.f plus dependencies
for	Multiply a complex vector by a complex Hermitian band
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/chemm.f  slatec/lin/chemm.f plus dependencies
for	Multiply a complex general matrix by a complex Hermitian
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/chemv.f  slatec/lin/chemv.f plus dependencies
for	Multiply a complex vector by a complex Hermitian matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/cher.f  slatec/lin/cher.f plus dependencies
for	Perform Hermitian rank 1 update of a complex Hermitian
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/cher2.f  slatec/lin/cher2.f plus dependencies
for	Perform Hermitian rank 2 update of a complex Hermitian
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/cher2k.f  slatec/lin/cher2k.f plus dependencies
for	Perform Hermitian rank 2k update of a complex.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/cherk.f  slatec/lin/cherk.f plus dependencies
for	Perform Hermitian rank k update of a complex Hermitian
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/chico.f  slatec/lin/chico.f plus dependencies
for	Factor a complex Hermitian matrix by elimination with sym-
gams	D2D1A
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/chidi.f  slatec/lin/chidi.f plus dependencies
for	Compute the determinant, inertia and inverse of a complex
gams	D2D1A, D3D1A
by	Bunch, J., (UCSD)

file	slatec/lin/chifa.f  slatec/lin/chifa.f plus dependencies
for	Factor a complex Hermitian matrix by elimination
gams	D2D1A
by	Bunch, J., (UCSD)

file	slatec/lin/chisl.f  slatec/lin/chisl.f plus dependencies
for	Solve the complex Hermitian system using factors obtained
gams	D2D1A
by	Bunch, J., (UCSD)

file	slatec/lin/chpco.f  slatec/lin/chpco.f plus dependencies
for	Factor a complex Hermitian matrix stored in packed form by
gams	D2D1A
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/chpdi.f  slatec/lin/chpdi.f plus dependencies
for	Compute the determinant, inertia and inverse of a complex
gams	D2D1A, D3D1A
by	Bunch, J., (UCSD)

file	slatec/lin/chpfa.f  slatec/lin/chpfa.f plus dependencies
for	Factor a complex Hermitian matrix stored in packed form by
gams	D2D1A
by	Bunch, J., (UCSD)

file	slatec/lin/chpmv.f  slatec/lin/chpmv.f plus dependencies
for	Perform the matrix-vector operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/chpr.f  slatec/lin/chpr.f plus dependencies
for	Perform the hermitian rank 1 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/chpr2.f  slatec/lin/chpr2.f plus dependencies
for	Perform the hermitian rank 2 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/chpsl.f  slatec/lin/chpsl.f plus dependencies
for	Solve a complex Hermitian system using factors obtained
gams	D2D1A
by	Bunch, J., (UCSD)

file	slatec/lin/cinvit.f  slatec/lin/cinvit.f plus dependencies
for	Compute the eigenvectors of a complex upper Hessenberg
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/combak.f  slatec/lin/combak.f plus dependencies
for	Form the eigenvectors of a complex general matrix from the
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/comhes.f  slatec/lin/comhes.f plus dependencies
for	Reduce a complex general matrix to complex upper Hessenberg
gams	D4C1B2
by	Smith, B. T., et al.

file	slatec/lin/comlr.f  slatec/lin/comlr.f plus dependencies
for	Compute the eigenvalues of a complex upper Hessenberg
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/comlr2.f  slatec/lin/comlr2.f plus dependencies
for	Compute the eigenvalues and eigenvectors of a complex upper
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/comqr.f  slatec/lin/comqr.f plus dependencies
for	Compute the eigenvalues of complex upper Hessenberg matrix
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/comqr2.f  slatec/lin/comqr2.f plus dependencies
for	Compute the eigenvalues and eigenvectors of a complex upper
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/cortb.f  slatec/lin/cortb.f plus dependencies
for	Form the eigenvectors of a complex general matrix from
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/corth.f  slatec/lin/corth.f plus dependencies
for	Reduce a complex general matrix to complex upper Hessenberg
gams	D4C1B2
by	Smith, B. T., et al.

file	slatec/lin/cpbco.f  slatec/lin/cpbco.f plus dependencies
for	Factor a complex Hermitian positive definite matrix stored
gams	D2D2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cpbdi.f  slatec/lin/cpbdi.f plus dependencies
for	Compute the determinant of a complex Hermitian positive
gams	D3D2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cpbfa.f  slatec/lin/cpbfa.f plus dependencies
for	Factor a complex Hermitian positive definite matrix stored
gams	D2D2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cpbsl.f  slatec/lin/cpbsl.f plus dependencies
for	Solve the complex Hermitian positive definite band system
gams	D2D2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cpoco.f  slatec/lin/cpoco.f plus dependencies
for	Factor a complex Hermitian positive definite matrix
gams	D2D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cpodi.f  slatec/lin/cpodi.f plus dependencies
for	Compute the determinant and inverse of a certain complex
gams	D2D1B, D3D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cpofa.f  slatec/lin/cpofa.f plus dependencies
for	Factor a complex Hermitian positive definite matrix.
gams	D2D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cposl.f  slatec/lin/cposl.f plus dependencies
for	Solve the complex Hermitian positive definite linear system
gams	D2D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cppco.f  slatec/lin/cppco.f plus dependencies
for	Factor a complex Hermitian positive definite matrix stored
gams	D2D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cppdi.f  slatec/lin/cppdi.f plus dependencies
for	Compute the determinant and inverse of a complex Hermitian
gams	D2D1B, D3D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cppfa.f  slatec/lin/cppfa.f plus dependencies
for	Factor a complex Hermitian positive definite matrix stored
gams	D2D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cppsl.f  slatec/lin/cppsl.f plus dependencies
for	Solve the complex Hermitian positive definite system using
gams	D2D1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cptsl.f  slatec/lin/cptsl.f plus dependencies
for	Solve a positive definite tridiagonal linear system.
gams	D2D2A
by	Dongarra, J., (ANL)

file	slatec/lin/cqrdc.f  slatec/lin/cqrdc.f plus dependencies
for	Use Householder transformations to compute the QR
gams	D5
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/cqrsl.f  slatec/lin/cqrsl.f plus dependencies
for	Apply the output of CQRDC to compute coordinate transfor-
gams	D9, D2C1
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/crotg.f  slatec/lin/crotg.f plus dependencies
for	Construct a Givens transformation.
gams	D1B10
by	(UNKNOWN)

file	slatec/lin/cscal.f  slatec/lin/cscal.f plus dependencies
for	Multiply a vector by a constant.
gams	D1A6
by	Lawson, C. L., (JPL)

file	slatec/lin/csico.f  slatec/lin/csico.f plus dependencies
for	Factor a complex symmetric matrix by elimination with
gams	D2C1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/csidi.f  slatec/lin/csidi.f plus dependencies
for	Compute the determinant and inverse of a complex symmetric
gams	D2C1, D3C1
by	Bunch, J., (UCSD)

file	slatec/lin/csifa.f  slatec/lin/csifa.f plus dependencies
for	Factor a complex symmetric matrix by elimination with
gams	D2C1
by	Bunch, J., (UCSD)

file	slatec/lin/csisl.f  slatec/lin/csisl.f plus dependencies
for	Solve a complex symmetric system using the factors obtained
gams	D2C1
by	Bunch, J., (UCSD)

file	slatec/lin/cspco.f  slatec/lin/cspco.f plus dependencies
for	Factor a complex symmetric matrix stored in packed form
gams	D2C1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/cspdi.f  slatec/lin/cspdi.f plus dependencies
for	Compute the determinant and inverse of a complex symmetric
gams	D2C1, D3C1
by	Bunch, J., (UCSD)

file	slatec/lin/cspfa.f  slatec/lin/cspfa.f plus dependencies
for	Factor a complex symmetric matrix stored in packed form by
gams	D2C1
by	Bunch, J., (UCSD)

file	slatec/lin/cspsl.f  slatec/lin/cspsl.f plus dependencies
for	Solve a complex symmetric system using the factors obtained
gams	D2C1
by	Bunch, J., (UCSD)

file	slatec/lin/csrot.f  slatec/lin/csrot.f plus dependencies
for	Apply a plane Givens rotation.
gams	D1B10
by	Dongarra, J., (ANL)

file	slatec/lin/csscal.f  slatec/lin/csscal.f plus dependencies
for	Scale a complex vector.
gams	D1A6
by	Lawson, C. L., (JPL)

file	slatec/lin/csvdc.f  slatec/lin/csvdc.f plus dependencies
for	Perform the singular value decomposition of a rectangular
gams	D6
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/cswap.f  slatec/lin/cswap.f plus dependencies
for	Interchange two vectors.
gams	D1A5
by	Lawson, C. L., (JPL)

file	slatec/lin/csymm.f  slatec/lin/csymm.f plus dependencies
for	Multiply a complex general matrix by a complex symmetric
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/csyr2k.f  slatec/lin/csyr2k.f plus dependencies
for	Perform symmetric rank 2k update of a complex symmetric
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/csyrk.f  slatec/lin/csyrk.f plus dependencies
for	Perform symmetric rank k update of a complex symmetric
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/ctbmv.f  slatec/lin/ctbmv.f plus dependencies
for	Multiply a complex vector by a complex triangular band
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ctbsv.f  slatec/lin/ctbsv.f plus dependencies
for	Solve a complex triangular banded system of equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ctpmv.f  slatec/lin/ctpmv.f plus dependencies
for	Perform one of the matrix-vector operations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ctpsv.f  slatec/lin/ctpsv.f plus dependencies
for	Solve one of the systems of equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ctrco.f  slatec/lin/ctrco.f plus dependencies
for	Estimate the condition number of a triangular matrix.
gams	D2C3
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/ctrdi.f  slatec/lin/ctrdi.f plus dependencies
for	Compute the determinant and inverse of a triangular matrix.
gams	D2C3, D3C3
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/ctrmm.f  slatec/lin/ctrmm.f plus dependencies
for	Multiply a complex general matrix by a complex triangular
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/ctrmv.f  slatec/lin/ctrmv.f plus dependencies
for	Multiply a complex vector by a complex triangular matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ctrsl.f  slatec/lin/ctrsl.f plus dependencies
for	Solve a system of the form  T*X=B or CTRANS(T)*X=B, where
gams	D2C3
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/ctrsm.f  slatec/lin/ctrsm.f plus dependencies
for	Solve a complex triangular system of equations with
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/ctrsv.f  slatec/lin/ctrsv.f plus dependencies
for	Solve a complex triangular system of equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dasum.f  slatec/lin/dasum.f plus dependencies
for	Compute the sum of the magnitudes of the elements of a
gams	D1A3A
by	Lawson, C. L., (JPL)

file	slatec/lin/daxpy.f  slatec/lin/daxpy.f plus dependencies
for	Compute a constant times a vector plus a vector.
gams	D1A7
by	Lawson, C. L., (JPL)

file	slatec/lin/dbcg.f  slatec/lin/dbcg.f plus dependencies
for	Preconditioned BiConjugate Gradient Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dbhin.f  slatec/lin/dbhin.f plus dependencies
for	Read a Sparse Linear System in the Boeing/Harwell Format.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/dcdot.f  slatec/lin/dcdot.f plus dependencies
for	Compute the inner product of two vectors with extended
gams	D1A4
by	(UNKNOWN)

file	slatec/lin/dcg.f  slatec/lin/dcg.f plus dependencies
for	Preconditioned Conjugate Gradient Sparse Ax=b Solver.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dcgn.f  slatec/lin/dcgn.f plus dependencies
for	Preconditioned CG Sparse Ax=b Solver for Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dcgs.f  slatec/lin/dcgs.f plus dependencies
for	Preconditioned BiConjugate Gradient Squared Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dchdc.f  slatec/lin/dchdc.f plus dependencies
for	Compute the Cholesky decomposition of a positive definite
gams	D2B1B
by	Dongarra, J., (ANL)

file	slatec/lin/dchdd.f  slatec/lin/dchdd.f plus dependencies
for	Downdate an augmented Cholesky decomposition or the
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/dchex.f  slatec/lin/dchex.f plus dependencies
for	Update the Cholesky factorization  A=TRANS(R)*R  of a
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/dchkw.f  slatec/lin/dchkw.f plus dependencies
for	SLAP WORK/IWORK Array Bounds Checker.
gams	R2
by	Seager, Mark K., (LLNL)

file	slatec/lin/dchud.f  slatec/lin/dchud.f plus dependencies
for	Update an augmented Cholesky decomposition of the
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/dcopy.f  slatec/lin/dcopy.f plus dependencies
for	Copy a vector.
gams	D1A5
by	Lawson, C. L., (JPL)

file	slatec/lin/dcopym.f  slatec/lin/dcopym.f plus dependencies
for	Copy the negative of a vector to a vector.
gams	D1A5
by	Kahaner, D. K., (NBS)

file	slatec/lin/dcpplt.f  slatec/lin/dcpplt.f plus dependencies
for	Printer Plot of SLAP Column Format Matrix.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/ddot.f  slatec/lin/ddot.f plus dependencies
for	Compute the inner product of two vectors.
gams	D1A4
by	Lawson, C. L., (JPL)

file	slatec/lin/dgbco.f  slatec/lin/dgbco.f plus dependencies
for	Factor a band matrix by Gaussian elimination and
gams	D2A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgbdi.f  slatec/lin/dgbdi.f plus dependencies
for	Compute the determinant of a band matrix using the factors
gams	D3A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgbfa.f  slatec/lin/dgbfa.f plus dependencies
for	Factor a band matrix using Gaussian elimination.
gams	D2A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgbmv.f  slatec/lin/dgbmv.f plus dependencies
for	Perform one of the matrix-vector operations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dgbsl.f  slatec/lin/dgbsl.f plus dependencies
for	Solve the real band system A*X=B or TRANS(A)*X=B using
gams	D2A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgeco.f  slatec/lin/dgeco.f plus dependencies
for	Factor a matrix using Gaussian elimination and estimate
gams	D2A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgedi.f  slatec/lin/dgedi.f plus dependencies
for	Compute the determinant and inverse of a matrix using the
gams	D3A1, D2A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgefa.f  slatec/lin/dgefa.f plus dependencies
for	Factor a matrix using Gaussian elimination.
gams	D2A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgemm.f  slatec/lin/dgemm.f plus dependencies
for	Perform one of the matrix-matrix operations.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/dgemv.f  slatec/lin/dgemv.f plus dependencies
for	Perform one of the matrix-vector operations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dger.f  slatec/lin/dger.f plus dependencies
for	Perform the rank 1 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dgesl.f  slatec/lin/dgesl.f plus dependencies
for	Solve the real system A*X=B or TRANS(A)*X=B using the
gams	D2A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dgmres.f  slatec/lin/dgmres.f plus dependencies
for	Preconditioned GMRES iterative sparse Ax=b solver.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/dgtsl.f  slatec/lin/dgtsl.f plus dependencies
for	Solve a tridiagonal linear system.
gams	D2A2A
by	Dongarra, J., (ANL)

file	slatec/lin/dhels.f  slatec/lin/dhels.f plus dependencies
for	Internal routine for DGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/dheqr.f  slatec/lin/dheqr.f plus dependencies
for	Internal routine for DGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/dir.f  slatec/lin/dir.f plus dependencies
for	Preconditioned Iterative Refinement Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dllti2.f  slatec/lin/dllti2.f plus dependencies
for	SLAP Backsolve routine for LDL' Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dlpdoc.f  slatec/lin/dlpdoc.f plus dependencies
for	Sparse Linear Algebra Package Version 2.0.2 Documentation.
gams	D2A4, D2B4, Z
by	Seager, Mark. K., (LLNL)

file	slatec/lin/dnrm2.f  slatec/lin/dnrm2.f plus dependencies
for	Compute the Euclidean length (L2 norm) of a vector.
gams	D1A3B
by	Lawson, C. L., (JPL)

file	slatec/lin/domn.f  slatec/lin/domn.f plus dependencies
for	Preconditioned Orthomin Sparse Iterative Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dorth.f  slatec/lin/dorth.f plus dependencies
for	Internal routine for DGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/dpbco.f  slatec/lin/dpbco.f plus dependencies
for	Factor a real symmetric positive definite matrix stored in
gams	D2B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dpbdi.f  slatec/lin/dpbdi.f plus dependencies
for	Compute the determinant of a symmetric positive definite
gams	D3B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dpbfa.f  slatec/lin/dpbfa.f plus dependencies
for	Factor a real symmetric positive definite matrix stored in
gams	D2B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dpbsl.f  slatec/lin/dpbsl.f plus dependencies
for	Solve a real symmetric positive definite band system
gams	D2B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dpigmr.f  slatec/lin/dpigmr.f plus dependencies
for	Internal routine for DGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/dpoco.f  slatec/lin/dpoco.f plus dependencies
for	Factor a real symmetric positive definite matrix
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dpodi.f  slatec/lin/dpodi.f plus dependencies
for	Compute the determinant and inverse of a certain real
gams	D2B1B, D3B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dpofa.f  slatec/lin/dpofa.f plus dependencies
for	Factor a real symmetric positive definite matrix.
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dposl.f  slatec/lin/dposl.f plus dependencies
for	Solve the real symmetric positive definite linear system
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dppco.f  slatec/lin/dppco.f plus dependencies
for	Factor a symmetric positive definite matrix stored in
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dppdi.f  slatec/lin/dppdi.f plus dependencies
for	Compute the determinant and inverse of a real symmetric
gams	D2B1B, D3B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dppfa.f  slatec/lin/dppfa.f plus dependencies
for	Factor a real symmetric positive definite matrix stored in
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dppsl.f  slatec/lin/dppsl.f plus dependencies
for	Solve the real symmetric positive definite system using
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dptsl.f  slatec/lin/dptsl.f plus dependencies
for	Solve a positive definite tridiagonal linear system.
gams	D2B2A
by	Dongarra, J., (ANL)

file	slatec/lin/dqrdc.f  slatec/lin/dqrdc.f plus dependencies
for	Use Householder transformations to compute the QR
gams	D5
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/dqrsl.f  slatec/lin/dqrsl.f plus dependencies
for	Apply the output of DQRDC to compute coordinate transfor-
gams	D9, D2A1
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/drlcal.f  slatec/lin/drlcal.f plus dependencies
for	Internal routine for DGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/drot.f  slatec/lin/drot.f plus dependencies
for	Apply a plane Givens rotation.
gams	D1A8
by	Lawson, C. L., (JPL)

file	slatec/lin/drotg.f  slatec/lin/drotg.f plus dependencies
for	Construct a plane Givens rotation.
gams	D1B10
by	Lawson, C. L., (JPL)

file	slatec/lin/drotm.f  slatec/lin/drotm.f plus dependencies
for	Apply a modified Givens transformation.
gams	D1A8
by	Lawson, C. L., (JPL)

file	slatec/lin/drotmg.f  slatec/lin/drotmg.f plus dependencies
for	Construct a modified Givens transformation.
gams	D1B10
by	Lawson, C. L., (JPL)

file	slatec/lin/ds2lt.f  slatec/lin/ds2lt.f plus dependencies
for	Lower Triangle Preconditioner SLAP Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ds2y.f  slatec/lin/ds2y.f plus dependencies
for	SLAP Triad to SLAP Column Format Converter.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/dsbmv.f  slatec/lin/dsbmv.f plus dependencies
for	Perform the matrix-vector operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dscal.f  slatec/lin/dscal.f plus dependencies
for	Multiply a vector by a constant.
gams	D1A6
by	Lawson, C. L., (JPL)

file	slatec/lin/dsd2s.f  slatec/lin/dsd2s.f plus dependencies
for	Diagonal Scaling Preconditioner SLAP Normal Eqns Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdbcg.f  slatec/lin/dsdbcg.f plus dependencies
for	Diagonally Scaled BiConjugate Gradient Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdcg.f  slatec/lin/dsdcg.f plus dependencies
for	Diagonally Scaled Conjugate Gradient Sparse Ax=b Solver.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdcgn.f  slatec/lin/dsdcgn.f plus dependencies
for	Diagonally Scaled CG Sparse Ax=b Solver for Normal Eqn's.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdcgs.f  slatec/lin/dsdcgs.f plus dependencies
for	Diagonally Scaled CGS Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdgmr.f  slatec/lin/dsdgmr.f plus dependencies
for	Diagonally scaled GMRES iterative sparse Ax=b solver.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/dsdi.f  slatec/lin/dsdi.f plus dependencies
for	Diagonal Matrix Vector Multiply.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdomn.f  slatec/lin/dsdomn.f plus dependencies
for	Diagonally Scaled Orthomin Sparse Iterative Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdot.f  slatec/lin/dsdot.f plus dependencies
for	Compute the inner product of two vectors with extended
gams	D1A4
by	Lawson, C. L., (JPL)

file	slatec/lin/dsds.f  slatec/lin/dsds.f plus dependencies
for	Diagonal Scaling Preconditioner SLAP Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsdscl.f  slatec/lin/dsdscl.f plus dependencies
for	Diagonal Scaling of system Ax = b.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsgs.f  slatec/lin/dsgs.f plus dependencies
for	Gauss-Seidel Method Iterative Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsiccg.f  slatec/lin/dsiccg.f plus dependencies
for	Incomplete Cholesky Conjugate Gradient Sparse Ax=b Solver.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsico.f  slatec/lin/dsico.f plus dependencies
for	Factor a symmetric matrix by elimination with symmetric
gams	D2B1A
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dsics.f  slatec/lin/dsics.f plus dependencies
for	Incompl. Cholesky Decomposition Preconditioner SLAP Set Up.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsidi.f  slatec/lin/dsidi.f plus dependencies
for	Compute the determinant, inertia and inverse of a real
gams	D2B1A, D3B1A
by	Bunch, J., (UCSD)

file	slatec/lin/dsifa.f  slatec/lin/dsifa.f plus dependencies
for	Factor a real symmetric matrix by elimination with
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/dsilur.f  slatec/lin/dsilur.f plus dependencies
for	Incomplete LU Iterative Refinement Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsilus.f  slatec/lin/dsilus.f plus dependencies
for	Incomplete LU Decomposition Preconditioner SLAP Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsisl.f  slatec/lin/dsisl.f plus dependencies
for	Solve a real symmetric system using the factors obtained
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/dsjac.f  slatec/lin/dsjac.f plus dependencies
for	Jacobi's Method Iterative Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsli.f  slatec/lin/dsli.f plus dependencies
for	SLAP MSOLVE for Lower Triangle Matrix.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsli2.f  slatec/lin/dsli2.f plus dependencies
for	SLAP Lower Triangle Matrix Backsolve.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsllti.f  slatec/lin/dsllti.f plus dependencies
for	SLAP MSOLVE for LDL' (IC) Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dslubc.f  slatec/lin/dslubc.f plus dependencies
for	Incomplete LU BiConjugate Gradient Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dslucn.f  slatec/lin/dslucn.f plus dependencies
for	Incomplete LU CG Sparse Ax=b Solver for Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dslucs.f  slatec/lin/dslucs.f plus dependencies
for	Incomplete LU BiConjugate Gradient Squared Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dslugm.f  slatec/lin/dslugm.f plus dependencies
for	Incomplete LU GMRES iterative sparse Ax=b solver.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/dslui.f  slatec/lin/dslui.f plus dependencies
for	SLAP MSOLVE for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dslui2.f  slatec/lin/dslui2.f plus dependencies
for	SLAP Backsolve for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dslui4.f  slatec/lin/dslui4.f plus dependencies
for	SLAP Backsolve for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsluom.f  slatec/lin/dsluom.f plus dependencies
for	Incomplete LU Orthomin Sparse Iterative Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsluti.f  slatec/lin/dsluti.f plus dependencies
for	SLAP MTSOLV for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsmmi2.f  slatec/lin/dsmmi2.f plus dependencies
for	SLAP Backsolve for LDU Factorization of Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsmmti.f  slatec/lin/dsmmti.f plus dependencies
for	SLAP MSOLVE for LDU Factorization of Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsmtv.f  slatec/lin/dsmtv.f plus dependencies
for	SLAP Column Format Sparse Matrix Transpose Vector Product.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dsmv.f  slatec/lin/dsmv.f plus dependencies
for	SLAP Column Format Sparse Matrix Vector Product.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/dspco.f  slatec/lin/dspco.f plus dependencies
for	Factor a real symmetric matrix stored in packed form
gams	D2B1A
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dspdi.f  slatec/lin/dspdi.f plus dependencies
for	Compute the determinant, inertia, inverse of a real
gams	D2B1A, D3B1A
by	Bunch, J., (UCSD)

file	slatec/lin/dspfa.f  slatec/lin/dspfa.f plus dependencies
for	Factor a real symmetric matrix stored in packed form by
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/dspmv.f  slatec/lin/dspmv.f plus dependencies
for	Perform the matrix-vector operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dspr.f  slatec/lin/dspr.f plus dependencies
for	Perform the symmetric rank 1 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dspr2.f  slatec/lin/dspr2.f plus dependencies
for	Perform the symmetric rank 2 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dspsl.f  slatec/lin/dspsl.f plus dependencies
for	Solve a real symmetric system using the factors obtained
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/dsvdc.f  slatec/lin/dsvdc.f plus dependencies
for	Perform the singular value decomposition of a rectangular
gams	D6
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/dswap.f  slatec/lin/dswap.f plus dependencies
for	Interchange two vectors.
gams	D1A5
by	Lawson, C. L., (JPL)

file	slatec/lin/dsymm.f  slatec/lin/dsymm.f plus dependencies
for	Perform one of the matrix-matrix operations.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/dsymv.f  slatec/lin/dsymv.f plus dependencies
for	Perform the matrix-vector operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dsyr.f  slatec/lin/dsyr.f plus dependencies
for	Perform the symmetric rank 1 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dsyr2.f  slatec/lin/dsyr2.f plus dependencies
for	Perform the symmetric rank 2 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dsyr2k.f  slatec/lin/dsyr2k.f plus dependencies
for	Perform one of the symmetric rank 2k operations.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/dsyrk.f  slatec/lin/dsyrk.f plus dependencies
for	Perform one of the symmetric rank k operations.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/dtbmv.f  slatec/lin/dtbmv.f plus dependencies
for	Perform one of the matrix-vector operations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dtbsv.f  slatec/lin/dtbsv.f plus dependencies
for	Solve one of the systems of equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dtin.f  slatec/lin/dtin.f plus dependencies
for	Read in SLAP Triad Format Linear System.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/dtout.f  slatec/lin/dtout.f plus dependencies
for	Write out SLAP Triad Format Linear System.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/dtpmv.f  slatec/lin/dtpmv.f plus dependencies
for	Perform one of the matrix-vector operations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dtpsv.f  slatec/lin/dtpsv.f plus dependencies
for	Solve one of the systems of equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dtrco.f  slatec/lin/dtrco.f plus dependencies
for	Estimate the condition number of a triangular matrix.
gams	D2A3
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dtrdi.f  slatec/lin/dtrdi.f plus dependencies
for	Compute the determinant and inverse of a triangular matrix.
gams	D2A3, D3A3
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/dtrmm.f  slatec/lin/dtrmm.f plus dependencies
for	Perform one of the matrix-matrix operations.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/dtrmv.f  slatec/lin/dtrmv.f plus dependencies
for	Perform one of the matrix-vector operations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dtrsl.f  slatec/lin/dtrsl.f plus dependencies
for	Solve a system of the form  T*X=B or TRANS(T)*X=B, where
gams	D2A3
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/dtrsm.f  slatec/lin/dtrsm.f plus dependencies
for	Solve one of the matrix equations.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/dtrsv.f  slatec/lin/dtrsv.f plus dependencies
for	Solve one of the systems of equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/dxlcal.f  slatec/lin/dxlcal.f plus dependencies
for	Internal routine for DGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/eisdoc.f  slatec/lin/eisdoc.f plus dependencies
for	Documentation for EISPACK, a collection of subprograms for
gams	D4, Z
by	Vandevender, W. H., (SNLA)

file	slatec/lin/elmbak.f  slatec/lin/elmbak.f plus dependencies
for	Form the eigenvectors of a real general matrix from the
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/elmhes.f  slatec/lin/elmhes.f plus dependencies
for	Reduce a real general matrix to upper Hessenberg form
gams	D4C1B2
by	Smith, B. T., et al.

file	slatec/lin/eltran.f  slatec/lin/eltran.f plus dependencies
for	Accumulates the stabilized elementary similarity
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/figi.f  slatec/lin/figi.f plus dependencies
for	Transforms certain real non-symmetric tridiagonal matrix
gams	D4C1C
by	Smith, B. T., et al.

file	slatec/lin/figi2.f  slatec/lin/figi2.f plus dependencies
for	Transforms certain real non-symmetric tridiagonal matrix
gams	D4C1C
by	Smith, B. T., et al.

file	slatec/lin/hqr.f  slatec/lin/hqr.f plus dependencies
for	Compute the eigenvalues of a real upper Hessenberg matrix
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/hqr2.f  slatec/lin/hqr2.f plus dependencies
for	Compute the eigenvalues and eigenvectors of a real upper
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/htrib3.f  slatec/lin/htrib3.f plus dependencies
for	Compute the eigenvectors of a complex Hermitian matrix from
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/htribk.f  slatec/lin/htribk.f plus dependencies
for	Form the eigenvectors of a complex Hermitian matrix from
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/htrid3.f  slatec/lin/htrid3.f plus dependencies
for	Reduce a complex Hermitian (packed) matrix to a real
gams	D4C1B1
by	Smith, B. T., et al.

file	slatec/lin/htridi.f  slatec/lin/htridi.f plus dependencies
for	Reduce a complex Hermitian matrix to a real symmetric
gams	D4C1B1
by	Smith, B. T., et al.

file	slatec/lin/icamax.f  slatec/lin/icamax.f plus dependencies
for	Find the smallest index of the component of a complex
gams	D1A2
by	Lawson, C. L., (JPL)

file	slatec/lin/icopy.f  slatec/lin/icopy.f plus dependencies
for	Copy a vector.
gams	D1A5
by	Boland, W. R., (LANL)

file	slatec/lin/idamax.f  slatec/lin/idamax.f plus dependencies
for	Find the smallest index of that component of a vector
gams	D1A2
by	Lawson, C. L., (JPL)

file	slatec/lin/imtql1.f  slatec/lin/imtql1.f plus dependencies
for	Compute the eigenvalues of a symmetric tridiagonal matrix
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/imtql2.f  slatec/lin/imtql2.f plus dependencies
for	Compute the eigenvalues and eigenvectors of a symmetric
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/imtqlv.f  slatec/lin/imtqlv.f plus dependencies
for	Compute the eigenvalues of a symmetric tridiagonal matrix
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/invit.f  slatec/lin/invit.f plus dependencies
for	Compute the eigenvectors of a real upper Hessenberg
gams	D4C2B
by	Smith, B. T., et al.

file	slatec/lin/isamax.f  slatec/lin/isamax.f plus dependencies
for	Find the smallest index of that component of a vector
gams	D1A2
by	Lawson, C. L., (JPL)

file	slatec/lin/isdbcg.f  slatec/lin/isdbcg.f plus dependencies
for	Preconditioned BiConjugate Gradient Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isdcg.f  slatec/lin/isdcg.f plus dependencies
for	Preconditioned Conjugate Gradient Stop Test.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isdcgn.f  slatec/lin/isdcgn.f plus dependencies
for	Preconditioned CG on Normal Equations Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isdcgs.f  slatec/lin/isdcgs.f plus dependencies
for	Preconditioned BiConjugate Gradient Squared Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isdgmr.f  slatec/lin/isdgmr.f plus dependencies
for	Generalized Minimum Residual Stop Test.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/isdir.f  slatec/lin/isdir.f plus dependencies
for	Preconditioned Iterative Refinement Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isdomn.f  slatec/lin/isdomn.f plus dependencies
for	Preconditioned Orthomin Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/issbcg.f  slatec/lin/issbcg.f plus dependencies
for	Preconditioned BiConjugate Gradient Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isscg.f  slatec/lin/isscg.f plus dependencies
for	Preconditioned Conjugate Gradient Stop Test.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isscgn.f  slatec/lin/isscgn.f plus dependencies
for	Preconditioned CG on Normal Equations Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/isscgs.f  slatec/lin/isscgs.f plus dependencies
for	Preconditioned BiConjugate Gradient Squared Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/issgmr.f  slatec/lin/issgmr.f plus dependencies
for	Generalized Minimum Residual Stop Test.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/issir.f  slatec/lin/issir.f plus dependencies
for	Preconditioned Iterative Refinement Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/issomn.f  slatec/lin/issomn.f plus dependencies
for	Preconditioned Orthomin Stop Test.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/iswap.f  slatec/lin/iswap.f plus dependencies
for	Interchange two vectors.
gams	D1A5
by	Vandevender, W. H., (SNLA)

file	slatec/lin/minfit.f  slatec/lin/minfit.f plus dependencies
for	Compute the singular value decomposition of a rectangular
gams	D9
by	Smith, B. T., et al.

file	slatec/lin/ortbak.f  slatec/lin/ortbak.f plus dependencies
for	Form the eigenvectors of a general real matrix from the
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/orthes.f  slatec/lin/orthes.f plus dependencies
for	Reduce a real general matrix to upper Hessenberg form
gams	D4C1B2
by	Smith, B. T., et al.

file	slatec/lin/ortran.f  slatec/lin/ortran.f plus dependencies
for	Accumulate orthogonal similarity transformations in the
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/qs2i1d.f  slatec/lin/qs2i1d.f plus dependencies
for	Sort an integer array, moving an integer and DP array.
gams	N6A2A
by	Jones, R. E., (SNLA)

file	slatec/lin/qs2i1r.f  slatec/lin/qs2i1r.f plus dependencies
for	Sort an integer array, moving an integer and real array.
gams	N6A2A
by	Jones, R. E., (SNLA)

file	slatec/lin/qzhes.f  slatec/lin/qzhes.f plus dependencies
for	The first step of the QZ algorithm for solving generalized
gams	D4C1B3
by	Smith, B. T., et al.

file	slatec/lin/qzit.f  slatec/lin/qzit.f plus dependencies
for	The second step of the QZ algorithm for generalized
gams	D4C1B3
by	Smith, B. T., et al.

file	slatec/lin/qzval.f  slatec/lin/qzval.f plus dependencies
for	The third step of the QZ algorithm for generalized
gams	D4C2C
by	Smith, B. T., et al.

file	slatec/lin/qzvec.f  slatec/lin/qzvec.f plus dependencies
for	The optional fourth step of the QZ algorithm for
gams	D4C3
by	Smith, B. T., et al.

file	slatec/lin/ratqr.f  slatec/lin/ratqr.f plus dependencies
for	Compute the largest or smallest eigenvalues of a symmetric
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/rebak.f  slatec/lin/rebak.f plus dependencies
for	Form the eigenvectors of a generalized symmetric
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/rebakb.f  slatec/lin/rebakb.f plus dependencies
for	Form the eigenvectors of a generalized symmetric
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/reduc.f  slatec/lin/reduc.f plus dependencies
for	Reduce a generalized symmetric eigenproblem to a standard
gams	D4C1C
by	Smith, B. T., et al.

file	slatec/lin/reduc2.f  slatec/lin/reduc2.f plus dependencies
for	Reduce a certain generalized symmetric eigenproblem to a
gams	D4C1C
by	Smith, B. T., et al.

file	slatec/lin/rg.f  slatec/lin/rg.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A2
by	Smith, B. T., et al.

file	slatec/lin/rgg.f  slatec/lin/rgg.f plus dependencies
for	Compute the eigenvalues and eigenvectors for a real
gams	D4B2
by	Smith, B. T., et al.

file	slatec/lin/rs.f  slatec/lin/rs.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A1
by	Smith, B. T., et al.

file	slatec/lin/rsb.f  slatec/lin/rsb.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A6
by	Smith, B. T., et al.

file	slatec/lin/rsg.f  slatec/lin/rsg.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4B1
by	Smith, B. T., et al.

file	slatec/lin/rsgab.f  slatec/lin/rsgab.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4B1
by	Smith, B. T., et al.

file	slatec/lin/rsgba.f  slatec/lin/rsgba.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4B1
by	Smith, B. T., et al.

file	slatec/lin/rsp.f  slatec/lin/rsp.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A1
by	Smith, B. T., et al.

file	slatec/lin/rst.f  slatec/lin/rst.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A5
by	Smith, B. T., et al.

file	slatec/lin/rt.f  slatec/lin/rt.f plus dependencies
for	Compute the eigenvalues and eigenvectors of a special real
gams	D4A5
by	Smith, B. T., et al.

file	slatec/lin/sasum.f  slatec/lin/sasum.f plus dependencies
for	Compute the sum of the magnitudes of the elements of a
gams	D1A3A
by	Lawson, C. L., (JPL)

file	slatec/lin/saxpy.f  slatec/lin/saxpy.f plus dependencies
for	Compute a constant times a vector plus a vector.
gams	D1A7
by	Lawson, C. L., (JPL)

file	slatec/lin/sbcg.f  slatec/lin/sbcg.f plus dependencies
for	Preconditioned BiConjugate Gradient Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sbhin.f  slatec/lin/sbhin.f plus dependencies
for	Read a Sparse Linear System in the Boeing/Harwell Format.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/scasum.f  slatec/lin/scasum.f plus dependencies
for	Compute the sum of the magnitudes of the real and
gams	D1A3A
by	Lawson, C. L., (JPL)

file	slatec/lin/scg.f  slatec/lin/scg.f plus dependencies
for	Preconditioned Conjugate Gradient Sparse Ax=b Solver.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/scgn.f  slatec/lin/scgn.f plus dependencies
for	Preconditioned CG Sparse Ax=b Solver for Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/scgs.f  slatec/lin/scgs.f plus dependencies
for	Preconditioned BiConjugate Gradient Squared Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/schdc.f  slatec/lin/schdc.f plus dependencies
for	Compute the Cholesky decomposition of a positive definite
gams	D2B1B
by	Dongarra, J., (ANL)

file	slatec/lin/schdd.f  slatec/lin/schdd.f plus dependencies
for	Downdate an augmented Cholesky decomposition or the
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/schex.f  slatec/lin/schex.f plus dependencies
for	Update the Cholesky factorization  A=TRANS(R)*R  of A
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/schkw.f  slatec/lin/schkw.f plus dependencies
for	SLAP WORK/IWORK Array Bounds Checker.
gams	R2
by	Seager, Mark K., (LLNL)

file	slatec/lin/schud.f  slatec/lin/schud.f plus dependencies
for	Update an augmented Cholesky decomposition of the
gams	D7B
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/scnrm2.f  slatec/lin/scnrm2.f plus dependencies
for	Compute the unitary norm of a complex vector.
gams	D1A3B
by	Lawson, C. L., (JPL)

file	slatec/lin/scopy.f  slatec/lin/scopy.f plus dependencies
for	Copy a vector.
gams	D1A5
by	Lawson, C. L., (JPL)

file	slatec/lin/scopym.f  slatec/lin/scopym.f plus dependencies
for	Copy the negative of a vector to a vector.
gams	D1A5
by	Kahaner, D. K., (NBS)

file	slatec/lin/scpplt.f  slatec/lin/scpplt.f plus dependencies
for	Printer Plot of SLAP Column Format Matrix.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/sdot.f  slatec/lin/sdot.f plus dependencies
for	Compute the inner product of two vectors.
gams	D1A4
by	Lawson, C. L., (JPL)

file	slatec/lin/sdsdot.f  slatec/lin/sdsdot.f plus dependencies
for	Compute the inner product of two vectors with extended
gams	D1A4
by	Lawson, C. L., (JPL)

file	slatec/lin/sgbco.f  slatec/lin/sgbco.f plus dependencies
for	Factor a band matrix by Gaussian elimination and
gams	D2A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgbdi.f  slatec/lin/sgbdi.f plus dependencies
for	Compute the determinant of a band matrix using the factors
gams	D3A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgbfa.f  slatec/lin/sgbfa.f plus dependencies
for	Factor a band matrix using Gaussian elimination.
gams	D2A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgbmv.f  slatec/lin/sgbmv.f plus dependencies
for	Multiply a real vector by a real general band matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sgbsl.f  slatec/lin/sgbsl.f plus dependencies
for	Solve the real band system A*X=B or TRANS(A)*X=B using
gams	D2A2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgeco.f  slatec/lin/sgeco.f plus dependencies
for	Factor a matrix using Gaussian elimination and estimate
gams	D2A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgedi.f  slatec/lin/sgedi.f plus dependencies
for	Compute the determinant and inverse of a matrix using the
gams	D2A1, D3A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgefa.f  slatec/lin/sgefa.f plus dependencies
for	Factor a matrix using Gaussian elimination.
gams	D2A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgemm.f  slatec/lin/sgemm.f plus dependencies
for	Multiply a real general matrix by a real general matrix.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/sgemv.f  slatec/lin/sgemv.f plus dependencies
for	Multiply a real vector by a real general matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sger.f  slatec/lin/sger.f plus dependencies
for	Perform rank 1 update of a real general matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sgesl.f  slatec/lin/sgesl.f plus dependencies
for	Solve the real system A*X=B or TRANS(A)*X=B using the
gams	D2A1
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sgmres.f  slatec/lin/sgmres.f plus dependencies
for	Preconditioned GMRES Iterative Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/sgtsl.f  slatec/lin/sgtsl.f plus dependencies
for	Solve a tridiagonal linear system.
gams	D2A2A
by	Dongarra, J., (ANL)

file	slatec/lin/shels.f  slatec/lin/shels.f plus dependencies
for	Internal routine for SGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/sheqr.f  slatec/lin/sheqr.f plus dependencies
for	Internal routine for SGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/sir.f  slatec/lin/sir.f plus dependencies
for	Preconditioned Iterative Refinement Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sllti2.f  slatec/lin/sllti2.f plus dependencies
for	SLAP Backsolve routine for LDL' Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/slpdoc.f  slatec/lin/slpdoc.f plus dependencies
for	Sparse Linear Algebra Package Version 2.0.2 Documentation.
gams	D2A4, D2B4, Z
by	Seager, Mark. K., (LLNL)

file	slatec/lin/snrm2.f  slatec/lin/snrm2.f plus dependencies
for	Compute the Euclidean length (L2 norm) of a vector.
gams	D1A3B
by	Lawson, C. L., (JPL)

file	slatec/lin/somn.f  slatec/lin/somn.f plus dependencies
for	Preconditioned Orthomin Sparse Iterative Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sorth.f  slatec/lin/sorth.f plus dependencies
for	Internal routine for SGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/spbco.f  slatec/lin/spbco.f plus dependencies
for	Factor a real symmetric positive definite matrix stored in
gams	D2B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/spbdi.f  slatec/lin/spbdi.f plus dependencies
for	Compute the determinant of a symmetric positive definite
gams	D3B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/spbfa.f  slatec/lin/spbfa.f plus dependencies
for	Factor a real symmetric positive definite matrix stored in
gams	D2B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/spbsl.f  slatec/lin/spbsl.f plus dependencies
for	Solve a real symmetric positive definite band system
gams	D2B2
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/spigmr.f  slatec/lin/spigmr.f plus dependencies
for	Internal routine for SGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/spoco.f  slatec/lin/spoco.f plus dependencies
for	Factor a real symmetric positive definite matrix
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/spodi.f  slatec/lin/spodi.f plus dependencies
for	Compute the determinant and inverse of a certain real
gams	D2B1B, D3B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/spofa.f  slatec/lin/spofa.f plus dependencies
for	Factor a real symmetric positive definite matrix.
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sposl.f  slatec/lin/sposl.f plus dependencies
for	Solve the real symmetric positive definite linear system
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sppco.f  slatec/lin/sppco.f plus dependencies
for	Factor a symmetric positive definite matrix stored in
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sppdi.f  slatec/lin/sppdi.f plus dependencies
for	Compute the determinant and inverse of a real symmetric
gams	D2B1B, D3B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sppfa.f  slatec/lin/sppfa.f plus dependencies
for	Factor a real symmetric positive definite matrix stored in
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sppsl.f  slatec/lin/sppsl.f plus dependencies
for	Solve the real symmetric positive definite system using
gams	D2B1B
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sptsl.f  slatec/lin/sptsl.f plus dependencies
for	Solve a positive definite tridiagonal linear system.
gams	D2B2A
by	Dongarra, J., (ANL)

file	slatec/lin/sqrdc.f  slatec/lin/sqrdc.f plus dependencies
for	Use Householder transformations to compute the QR
gams	D5
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/sqrsl.f  slatec/lin/sqrsl.f plus dependencies
for	Apply the output of SQRDC to compute coordinate transfor-
gams	D9, D2A1
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/srlcal.f  slatec/lin/srlcal.f plus dependencies
for	Internal routine for SGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/srot.f  slatec/lin/srot.f plus dependencies
for	Apply a plane Givens rotation.
gams	D1A8
by	Lawson, C. L., (JPL)

file	slatec/lin/srotg.f  slatec/lin/srotg.f plus dependencies
for	Construct a plane Givens rotation.
gams	D1B10
by	Lawson, C. L., (JPL)

file	slatec/lin/srotm.f  slatec/lin/srotm.f plus dependencies
for	Apply a modified Givens transformation.
gams	D1A8
by	Lawson, C. L., (JPL)

file	slatec/lin/srotmg.f  slatec/lin/srotmg.f plus dependencies
for	Construct a modified Givens transformation.
gams	D1B10
by	Lawson, C. L., (JPL)

file	slatec/lin/ss2lt.f  slatec/lin/ss2lt.f plus dependencies
for	Lower Triangle Preconditioner SLAP Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ss2y.f  slatec/lin/ss2y.f plus dependencies
for	SLAP Triad to SLAP Column Format Converter.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/ssbmv.f  slatec/lin/ssbmv.f plus dependencies
for	Multiply a real vector by a real symmetric band matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sscal.f  slatec/lin/sscal.f plus dependencies
for	Multiply a vector by a constant.
gams	D1A6
by	Lawson, C. L., (JPL)

file	slatec/lin/ssd2s.f  slatec/lin/ssd2s.f plus dependencies
for	Diagonal Scaling Preconditioner SLAP Normal Eqns Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssdbcg.f  slatec/lin/ssdbcg.f plus dependencies
for	Diagonally Scaled BiConjugate Gradient Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssdcg.f  slatec/lin/ssdcg.f plus dependencies
for	Diagonally Scaled Conjugate Gradient Sparse Ax=b Solver.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssdcgn.f  slatec/lin/ssdcgn.f plus dependencies
for	Diagonally Scaled CG Sparse Ax=b Solver for Normal Eqn's.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssdcgs.f  slatec/lin/ssdcgs.f plus dependencies
for	Diagonally Scaled CGS Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssdgmr.f  slatec/lin/ssdgmr.f plus dependencies
for	Diagonally Scaled GMRES Iterative Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/ssdi.f  slatec/lin/ssdi.f plus dependencies
for	Diagonal Matrix Vector Multiply.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssdomn.f  slatec/lin/ssdomn.f plus dependencies
for	Diagonally Scaled Orthomin Sparse Iterative Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssds.f  slatec/lin/ssds.f plus dependencies
for	Diagonal Scaling Preconditioner SLAP Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssdscl.f  slatec/lin/ssdscl.f plus dependencies
for	Diagonal Scaling of system Ax = b.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssgs.f  slatec/lin/ssgs.f plus dependencies
for	Gauss-Seidel Method Iterative Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssiccg.f  slatec/lin/ssiccg.f plus dependencies
for	Incomplete Cholesky Conjugate Gradient Sparse Ax=b Solver.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssico.f  slatec/lin/ssico.f plus dependencies
for	Factor a symmetric matrix by elimination with symmetric
gams	D2B1A
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/ssics.f  slatec/lin/ssics.f plus dependencies
for	Incompl. Cholesky Decomposition Preconditioner SLAP Set Up.
gams	D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssidi.f  slatec/lin/ssidi.f plus dependencies
for	Compute the determinant, inertia and inverse of a real
gams	D2B1A, D3B1A
by	Bunch, J., (UCSD)

file	slatec/lin/ssifa.f  slatec/lin/ssifa.f plus dependencies
for	Factor a real symmetric matrix by elimination with
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/ssilur.f  slatec/lin/ssilur.f plus dependencies
for	Incomplete LU Iterative Refinement Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssilus.f  slatec/lin/ssilus.f plus dependencies
for	Incomplete LU Decomposition Preconditioner SLAP Set Up.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssisl.f  slatec/lin/ssisl.f plus dependencies
for	Solve a real symmetric system using the factors obtained
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/ssjac.f  slatec/lin/ssjac.f plus dependencies
for	Jacobi's Method Iterative Sparse Ax = b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssli.f  slatec/lin/ssli.f plus dependencies
for	SLAP MSOLVE for Lower Triangle Matrix.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssli2.f  slatec/lin/ssli2.f plus dependencies
for	SLAP Lower Triangle Matrix Backsolve.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssllti.f  slatec/lin/ssllti.f plus dependencies
for	SLAP MSOLVE for LDL' (IC) Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sslubc.f  slatec/lin/sslubc.f plus dependencies
for	Incomplete LU BiConjugate Gradient Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sslucn.f  slatec/lin/sslucn.f plus dependencies
for	Incomplete LU CG Sparse Ax=b Solver for Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sslucs.f  slatec/lin/sslucs.f plus dependencies
for	Incomplete LU BiConjugate Gradient Squared Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sslugm.f  slatec/lin/sslugm.f plus dependencies
for	Incomplete LU GMRES Iterative Sparse Ax=b Solver.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/sslui.f  slatec/lin/sslui.f plus dependencies
for	SLAP MSOLVE for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sslui2.f  slatec/lin/sslui2.f plus dependencies
for	SLAP Backsolve for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sslui4.f  slatec/lin/sslui4.f plus dependencies
for	SLAP Backsolve for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssluom.f  slatec/lin/ssluom.f plus dependencies
for	Incomplete LU Orthomin Sparse Iterative Ax=b Solver.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssluti.f  slatec/lin/ssluti.f plus dependencies
for	SLAP MTSOLV for LDU Factorization.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssmmi2.f  slatec/lin/ssmmi2.f plus dependencies
for	SLAP Backsolve for LDU Factorization of Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssmmti.f  slatec/lin/ssmmti.f plus dependencies
for	SLAP MSOLVE for LDU Factorization of Normal Equations.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssmtv.f  slatec/lin/ssmtv.f plus dependencies
for	SLAP Column Format Sparse Matrix Transpose Vector Product.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/ssmv.f  slatec/lin/ssmv.f plus dependencies
for	SLAP Column Format Sparse Matrix Vector Product.
gams	D2A4, D2B4
by	Greenbaum, Anne, (Courant Institute)

file	slatec/lin/sspco.f  slatec/lin/sspco.f plus dependencies
for	Factor a real symmetric matrix stored in packed form
gams	D2B1A
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/sspdi.f  slatec/lin/sspdi.f plus dependencies
for	Compute the determinant, inertia, inverse of a real
gams	D2B1A, D3B1A
by	Bunch, J., (UCSD)

file	slatec/lin/sspev.f  slatec/lin/sspev.f plus dependencies
for	Compute the eigenvalues and, optionally, the eigenvectors
gams	D4A1
by	Kahaner, D. K., (NBS)

file	slatec/lin/sspfa.f  slatec/lin/sspfa.f plus dependencies
for	Factor a real symmetric matrix stored in packed form by
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/sspmv.f  slatec/lin/sspmv.f plus dependencies
for	Perform the matrix-vector operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sspr.f  slatec/lin/sspr.f plus dependencies
for	Performs the symmetric rank 1 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sspr2.f  slatec/lin/sspr2.f plus dependencies
for	Perform the symmetric rank 2 operation.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sspsl.f  slatec/lin/sspsl.f plus dependencies
for	Solve a real symmetric system using the factors obtained
gams	D2B1A
by	Bunch, J., (UCSD)

file	slatec/lin/ssvdc.f  slatec/lin/ssvdc.f plus dependencies
for	Perform the singular value decomposition of a rectangular
gams	D6
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/sswap.f  slatec/lin/sswap.f plus dependencies
for	Interchange two vectors.
gams	D1A5
by	Lawson, C. L., (JPL)

file	slatec/lin/ssymm.f  slatec/lin/ssymm.f plus dependencies
for	Multiply a real general matrix by a real symmetric matrix.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/ssymv.f  slatec/lin/ssymv.f plus dependencies
for	Multiply a real vector by a real symmetric matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ssyr.f  slatec/lin/ssyr.f plus dependencies
for	Perform symmetric rank 1 update of a real symmetric matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ssyr2.f  slatec/lin/ssyr2.f plus dependencies
for	Perform symmetric rank 2 update of a real symmetric matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/ssyr2k.f  slatec/lin/ssyr2k.f plus dependencies
for	Perform symmetric rank 2k update of a real symmetric matrix
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/ssyrk.f  slatec/lin/ssyrk.f plus dependencies
for	Perform symmetric rank k update of a real symmetric matrix.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/stbmv.f  slatec/lin/stbmv.f plus dependencies
for	Multiply a real vector by a real triangular band matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/stbsv.f  slatec/lin/stbsv.f plus dependencies
for	Solve a real triangular banded system of linear equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/stin.f  slatec/lin/stin.f plus dependencies
for	Read in SLAP Triad Format Linear System.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/stout.f  slatec/lin/stout.f plus dependencies
for	Write out SLAP Triad Format Linear System.
gams	D2A4, D2B4
by	Seager, Mark K., (LLNL)

file	slatec/lin/stpmv.f  slatec/lin/stpmv.f plus dependencies
for	Perform one of the matrix-vector operations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/stpsv.f  slatec/lin/stpsv.f plus dependencies
for	Solve one of the systems of equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/strco.f  slatec/lin/strco.f plus dependencies
for	Estimate the condition number of a triangular matrix.
gams	D2A3
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/strdi.f  slatec/lin/strdi.f plus dependencies
for	Compute the determinant and inverse of a triangular matrix.
gams	D2A3, D3A3
by	Moler, C. B., (U. of New Mexico)

file	slatec/lin/strmm.f  slatec/lin/strmm.f plus dependencies
for	Multiply a real general matrix by a real triangular matrix.
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/strmv.f  slatec/lin/strmv.f plus dependencies
for	Multiply a real vector by a real triangular matrix.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/strsl.f  slatec/lin/strsl.f plus dependencies
for	Solve a system of the form  T*X=B or TRANS(T)*X=B, where
gams	D2A3
by	Stewart, G. W., (U. of Maryland)

file	slatec/lin/strsm.f  slatec/lin/strsm.f plus dependencies
for	Solve a real triangular system of equations with multiple
gams	D1B6
by	Dongarra, J., (ANL)

file	slatec/lin/strsv.f  slatec/lin/strsv.f plus dependencies
for	Solve a real triangular system of linear equations.
gams	D1B4
by	Dongarra, J. J., (ANL)

file	slatec/lin/sxlcal.f  slatec/lin/sxlcal.f plus dependencies
for	Internal routine for SGMRES.
gams	D2A4, D2B4
by	Brown, Peter,    (LLNL), pnbrown@llnl.gov

file	slatec/lin/tinvit.f  slatec/lin/tinvit.f plus dependencies
for	Compute the eigenvectors of symmetric tridiagonal matrix
gams	D4C3
by	Smith, B. T., et al.

file	slatec/lin/tql1.f  slatec/lin/tql1.f plus dependencies
for	Compute the eigenvalues of symmetric tridiagonal matrix by
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/tql2.f  slatec/lin/tql2.f plus dependencies
for	Compute the eigenvalues and eigenvectors of symmetric
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/tqlrat.f  slatec/lin/tqlrat.f plus dependencies
for	Compute the eigenvalues of symmetric tridiagonal matrix
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/trbak1.f  slatec/lin/trbak1.f plus dependencies
for	Form the eigenvectors of real symmetric matrix from
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/trbak3.f  slatec/lin/trbak3.f plus dependencies
for	Form the eigenvectors of a real symmetric matrix from the
gams	D4C4
by	Smith, B. T., et al.

file	slatec/lin/tred1.f  slatec/lin/tred1.f plus dependencies
for	Reduce a real symmetric matrix to symmetric tridiagonal
gams	D4C1B1
by	Smith, B. T., et al.

file	slatec/lin/tred2.f  slatec/lin/tred2.f plus dependencies
for	Reduce a real symmetric matrix to a symmetric tridiagonal
gams	D4C1B1
by	Smith, B. T., et al.

file	slatec/lin/tred3.f  slatec/lin/tred3.f plus dependencies
for	Reduce a real symmetric matrix stored in packed form to
gams	D4C1B1
by	Smith, B. T., et al.

file	slatec/lin/tridib.f  slatec/lin/tridib.f plus dependencies
for	Compute the eigenvalues of a symmetric tridiagonal matrix
gams	D4A5, D4C2A
by	Smith, B. T., et al.

file	slatec/lin/tsturm.f  slatec/lin/tsturm.f plus dependencies
for	Find those eigenvalues of a symmetric tridiagonal matrix
gams	D4A5, D4C2A
by	Smith, B. T., et al.