file	linpack/c++
for	partial interface to LINPACK routines for C++, single values are passed by reference, arrays by pointer

file	linpack/dchdc.f
gams	D2b1b
for	computes the Cholesky decomposition of a positive definite matrix, a pivoting option allows the user to estimate the condition of a positive definite matrix or determine the rank of a positive semidefinite matrix
prec	double

file	linpack/dchdd.f
gams	D7b
for	downdates an augmented Cholesky decomposition or the triangular factor of an augmented QR decomposition
prec	double

file	linpack/dchex.f
gams	D7b
for	updates the Cholesky factorization
prec	double

file	linpack/dchud.f
gams	D7b
for	updates an augmented Cholesky decomposition of the triangular part of an augmented QR decomposition
prec	double

file	linpack/dgbco.f
gams	D2a2
for	factors a band matrix by Gaussian elimination and estimates the condition of the matrix
prec	double

file	linpack/dgbdi.f
gams	D3a2
for	computes the determinant of a band matrix using the factors computed by (linpack/dgbco) or (linpack/dgbfa), if the inverse is needed use (linpack/dgbsl) n times
prec	double

file	linpack/dgbfa.f
gams	D2a2
for	factors a band matrix by elimination
prec	double

file	linpack/dgbsl.f
gams	D2a2
for	solves the band system Ax = b or trans(A)x = b using the factors computed by (linpack/dgbco) or (linpack/dgbfa)
prec	double

file	linpack/dgeco.f
gams	D2a1
for	factors a matrix by Gaussian elimination and estimates the condition of the matrix
prec	double

file	linpack/dgedi.f
gams	D3a1,D2a1
for	computes the determinant and inverse of a matrix using the factors computed by (linpack/dgeco) or (linpack/dgefa)
prec	double

file	linpack/dgefa.f
gams	D2a1
for	factors a matrix by Gaussian elimination
prec	double

file	linpack/dgesl.f
gams	D2a1
for	solves the system Ax = b or trans(A)x = b using the factors computed by (linpack/dgeco) or (linpack/dgefa)
prec	double

file	linpack/dgtsl.f
gams	D2a2a
for	given a general tridiagonal matrix and a right hand side will find the solution
prec	double

file	linpack/dpbco.f
gams	D2b2
for	factors a symmetric positive definite matrix stored in band form and estimates the condition of the matrix
prec	double

file	linpack/dpbdi.f
gams	D3b2
for	computes the determinant of a symmetric positive definite band matrix using the factors computed by (linpack/dpbco) or (linpack/dpbfa), if the inverse is needed use (linpack/dpbsl) n times
prec	double

file	linpack/dpbfa.f
gams	D2b2
for	factors a symmetric positive definite matrix stored in band form
prec	double

file	linpack/dpbsl.f
gams	D2b2
for	solves the symmetric positive definite band system Ax = b using the factors computed by (linpack/dpbco) or (linpack/dpbfa)
prec	double

file	linpack/dpoco.f
gams	D2b1b
for	factors a symmetric positive definite matrix and estimates the condition of the matrix
prec	double

file	linpack/dpodi.f
gams	D2b1b,D3b1b
for	computes the determinant and inverse of a certain symmetric positive definite matrix using the factors computed by (linpack/dpoco), (linpack/dpofa) or (linpack/dqrdc)
prec	double

file	linpack/dpofa.f
gams	D2b1b
for	factors a symmetric positive definite matrix
prec	double

file	linpack/dposl.f
gams	D2b1b
for	solves the symmetric positive definite system Ax = b using the factors computed by (linpack/dpoco) or (linpack/dpofa)
prec	double

file	linpack/dppco.f
gams	D2b1b
for	factors a symmetric positive definite matrix stored in packed form and estimates the condition of the matrix
prec	double

file	linpack/dppdi.f
gams	D2b1b,D3b1b
for	computes the determinant and inverse of a symmetric positive definite matrix using the factors computed by (linpack/dppco) or (linpack/dppfa)
prec	double

file	linpack/dppfa.f
gams	D2b1b
for	factors a symmetric positive definite matrix stored in packed form
prec	double

file	linpack/dppsl.f
gams	D2b1b
for	solves the symmetric positive definite system Ax = b using the factors computed by (linpack/dppco) or (linpack/dppfa)
prec	double

file	linpack/dptsl.f
gams	D2b2a
for	given a positive definite tridiagonal matrix and a right hand side will find the solution
prec	double

file	linpack/dqrdc.f
gams	D5
for	uses Householder transformations to compute the QR factorization of an n by p matrix x, column pivoting based on the 2-norms of the reduced columns at the users option
prec	double

file	linpack/dqrsl.f
gams	D2a1,D9a1
for	applies the output of (linpack/dqrdc) to compute coordinate transformations, projections, and least squares solutions
prec	double

file	linpack/dsico.f
gams	D2b1a
for	factors a symmetric matrix by elimination with symmetric pivoting and estimates the condition of the matrix
prec	double

file	linpack/dsidi.f
gams	D2b1a,D3b1a
for	computes the determinant, inertia and inverse of a symmetric matrix using the factors from (linpack/dsifa)
prec	double

file	linpack/dsifa.f
gams	D2b1a
for	factors a symmetric matrix by elimination with symmetric pivoting
prec	double

file	linpack/dsisl.f
gams	D2b1a
for	solves the symmetric system Ax = b using the factors computed by (linpack/dsifa)
prec	double

file	linpack/dspco.f
gams	D2b1a
for	factors a symmetric matrix stored in packed form by elimination with symmetric pivoting and estimates the condition of the matrix
prec	double

file	linpack/dspdi.f
gams	D2b1a,D3b1a
for	computes the determinant, inertia and inverse of a symmetric matrix using the factors from (linpack/SSPFA), where the matrix is stored in packed form
prec	double

file	linpack/dspfa.f
gams	D2b1a
for	factors a symmetric matrix stored in packed form by elimination with symmetric pivoting
prec	double

file	linpack/dspsl.f
gams	D2b1a
for	solves the symmetric system Ax = b using the factors computed by (linpack/dspfa)
prec	double

file	linpack/dsvdc.f
gams	D6
for	is a subroutine to reduce a nxp matrix by orthogonal transformations u and v to diagonal form
prec	double

file	linpack/dtrco.f
gams	D2a3
for	estimates the condition of a triangular matrix
prec	double

file	linpack/dtrdi.f
gams	D2a3,D3a3
for	computes the determinant and inverse of a triangular matrix
prec	double

file	linpack/dtrsl.f
gams	D2a3
for	solves systems of the form Tx = b or trans(T)x = b where T is a triangular matrix of order n, trans(T) denotes the transpose of the matrix T
prec	double

file	linpack/schdc.f
gams	D2b1b
for	computes the Cholesky decomposition of a positive definite matrix, a pivoting option allows the user to estimate the condition of a positive definite matrix or determine the rank of a positive semidefinite matrix
prec	single

file	linpack/schdd.f
gams	D7b
for	downdates an augmented Cholesky decomposition or the triangular factor of an augmented QR decomposition
prec	single

file	linpack/schex.f
gams	D7b
for	updates the Cholesky factorization
prec	single

file	linpack/schud.f
gams	D7b
for	updates an augmented Cholesky decomposition of the triangular part of an augmented QR decomposition
prec	single

file	linpack/sgbco.f
gams	D2a2
for	factors a band matrix by Gaussian elimination and estimates the condition of the matrix
prec	single

file	linpack/sgbdi.f
gams	D3a2
for	computes the determinant of a band matrix using the factors computed by (linpack/sgbco) or (linpack/sgbfa), if the inverse is needed use (linpack/sgbsl) n times
prec	single

file	linpack/sgbfa.f
gams	D2a2
for	factors a band matrix by elimination
prec	single

file	linpack/sgbsl.f
gams	D2a2
for	solves the band system Ax = b or trans(A)x = b using the factors computed by (linpack/sgbco) or (linpack/sgbfa)
prec	single

file	linpack/sgeco.f
gams	D2a1
for	factors a matrix by Gaussian elimination and estimates the condition of the matrix
prec	single

file	linpack/sgedi.f
gams	D2a1,D3a1
for	computes the determinant and inverse of a matrix using the factors computed by (linpack/sgeco) or (linpack/sgefa)
prec	single

file	linpack/sgefa.f
gams	D2a1
for	factors a matrix by Gaussian elimination
prec	single

file	linpack/sgesl.f
gams	D2a1
for	solves the system Ax = b or trans(A)x = b using the factors computed by (linpack/sgeco) or (linpack/sgefa)
prec	single

file	linpack/sgtsl.f
gams	D2a2a
for	given a general tridiagonal matrix and a right hand side will find the solution
prec	single

file	linpack/spbco.f
gams	D2b2
for	factors a symmetric positive definite matrix stored in band form and estimates the condition of the matrix
prec	single

file	linpack/spbdi.f
gams	D3b2
for	computes the determinant of a symmetric positive definite band matrix using the factors computed by (linpack/spbco) or (linpack/spbfa), if the inverse is needed use (linpack/spbsl) n times
prec	single

file	linpack/spbfa.f
gams	D2b2
for	factors a symmetric positive definite matrix stored in band form
prec	single

file	linpack/spbsl.f
gams	D2b2
for	solves the symmetric positive definite band system Ax = b using the factors computed by (linpack/spbco) or (linpack/spbfa)
prec	single

file	linpack/spoco.f
gams	D2b1b
for	factors a symmetric positive definite matrix and estimates the condition of the matrix
prec	single

file	linpack/spodi.f
gams	D2b1b,D3b1b
for	computes the determinant and inverse of a certain symmetric positive definite matrix using the factors computed by (linpack/spoco), (linpack/spofa) or (linpack/sqrdc)
prec	single

file	linpack/spofa.f
gams	D2b1b
for	factors a symmetric positive definite matrix
prec	single

file	linpack/sposl.f
gams	D2b1b
for	solves the symmetric positive definite system Ax = b using the factors computed by (linpack/spoco) or (linpack/spofa)
prec	single

file	linpack/sppco.f
gams	D2b1b
for	factors a symmetric positive definite matrix stored in packed form and estimates the condition of the matrix
prec	single

file	linpack/sppdi.f
gams	D2b1b,D3b1b
for	computes the determinant and inverse of a symmetric positive definite matrix using the factors computed by (linpack/sppco) or (linpack/sppfa)
prec	single

file	linpack/sppfa.f
gams	D2b1b
for	factors a symmetric positive definite matrix stored in packed form
prec	single

file	linpack/sppsl.f
gams	D2b1b
for	solves the symmetric positive definite system Ax = b using the factors computed by (linpack/sppco) or (linpack/sppfa)
prec	single

file	linpack/sptsl.f
gams	D2b2a
for	given a positive definite tridiagonal matrix and a right hand side will find the solution
prec	single

file	linpack/sqrdc.f
gams	D5
for	uses Householder transformations to compute the QR factorization of an n by p matrix x, column pivoting based on the 2-norms of the reduced columns at the users option
prec	single

file	linpack/sqrsl.f
gams	D2a1,D9a1
for	applies the output of (linpack/sqrdc) to compute coordinate transformations, projections, and least squares solutions
prec	single

file	linpack/ssico.f
gams	D2b1a
for	factors a symmetric matrix by elimination with symmetric pivoting and estimates the condition of the matrix
prec	single

file	linpack/ssidi.f
gams	D2b1a,D3b1a
for	computes the determinant, inertia and inverse of a symmetric matrix using the factors from (linpack/ssifa)
prec	single

file	linpack/ssifa.f
gams	D2b1a
for	factors a symmetric matrix by elimination with symmetric pivoting
prec	single

file	linpack/ssisl.f
gams	D2b1a
for	solves the symmetric system Ax = b using the factors computed by (linpack/ssifa)
prec	single

file	linpack/sspco.f
gams	D2b1a
for	factors a symmetric matrix stored in packed form by elimination with symmetric pivoting and estimates the condition of the matrix
prec	single

file	linpack/sspdi.f
gams	D2b1a,D3b1a
for	computes the determinant, inertia and inverse of a symmetric matrix using the factors from (linpack/SSPFA), where the matrix is stored in packed form
prec	single

file	linpack/sspfa.f
gams	D2b1a
for	factors a symmetric matrix stored in packed form by elimination with symmetric pivoting
prec	single

file	linpack/sspsl.f
gams	D2b1a
for	solves the symmetric system Ax = b using the factors computed by (linpack/sspfa)
prec	single

file	linpack/ssvdc.f
gams	D6
for	is a subroutine to reduce a nxp matrix by orthogonal transformations u and v to diagonal form
prec	single

file	linpack/strco.f
gams	D2a3
for	estimates the condition of a triangular matrix
prec	single

file	linpack/strdi.f
gams	D2a3,D3a3
for	computes the determinant and inverse of a triangular matrix
prec	single

file	linpack/strsl.f
gams	D2a3
for	solves systems of the form Tx = b or trans(T)x = b where T is a triangular matrix of order n, trans(T) denotes the transpose of the matrix T
prec	single

file	linpack/zchdc.f
gams	D2d1b
for	computes the Cholesky decomposition of a positive definite matrix, a pivoting option allows the user to estimate the condition of a positive definite matrix or determine the rank of a positive semidefinite matrix
prec	double complex

file	linpack/zchdd.f
gams	D7b
for	downdates an augmented Cholesky decomposition or the triangular factor of an augmented QR decomposition
prec	double complex

file	linpack/zchex.f
gams	D7b
for	updates the Cholesky factorization
prec	double complex

file	linpack/zchud.f
gams	D7b
for	updates an augmented Cholesky decomposition of the triangular part of an augmented QR decomposition
prec	double complex

file	linpack/zgbco.f
gams	D2c2
for	factors a complex band matrix by Gaussian elimination and estimates the condition of the matrix
prec	double complex

file	linpack/zgbdi.f
gams	D3c2
for	computes the determinant of a band matrix using the factors computed by (linpack/zgbco) or (linpack/zgbfa) if the inverse is needed, use (linpack/zgbsl) n times
prec	double complex

file	linpack/zgbfa.f
gams	D2c2
for	factors a complex band matrix by elimination
prec	double complex

file	linpack/zgbsl.f
gams	D2c2
for	solves the complex band system Ax = b or trans(A)x = b using the factors computed by (linpack/zgbco) or (linpack/zgbfa)
prec	double complex

file	linpack/zgeco.f
gams	D2c1
for	factors a complex matrix by Gaussian elimination and estimates the condition of the matrix
prec	double complex

file	linpack/zgedi.f
gams	D2c1,D3c1
for	computes the determinant and inverse of a matrix using the factors computed by (linpack/zgeco) or (linpack/zgefa)
prec	double complex

file	linpack/zgefa.f
gams	D2c1
for	factors a complex matrix by Gaussian elimination
prec	double complex

file	linpack/zgesl.f
gams	D2c1
for	solves the complex system Ax = b or trans(A)x = b using the factors computed by (linpack/zgeco) or (linpack/zgefa)
prec	double complex

file	linpack/zgtsl.f
gams	D2c2a
for	given a general tridiagonal matrix and a right hand side will find the solution
prec	double complex

file	linpack/zpbco.f
gams	D2d2
for	factors a complex symmetric positive definite matrix stored in band form and estimates the condition of the matrix
prec	double complex

file	linpack/zpbdi.f
gams	D3d2
for	computes the determinant of a complex symmetric positive definite band matrix using the factors computed by (linpack/zpbco) or (linpack/zpbfa) if the inverse is needed use (linpack/zpbsl) n times
prec	double complex

file	linpack/zpbfa.f
gams	D2d2
for	factors a complex symmetric positive definite matrix stored in band form
prec	double complex

file	linpack/zpbsl.f
gams	D2d2
for	solves the complex symmetric positive definite band system Ax = b using the factors computed by (linpack/zpbco) or (linpack/zpbfa)
prec	double complex

file	linpack/zpoco.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix and estimates the condition of the matrix
prec	double complex

file	linpack/zpodi.f
gams	D2d1b,D3d1b
for	computes the determinant and inverse of a certain complex symmetric positive definite matrix using the factors computed by (linpack/zpoco), (linpack/zpofa) or (linpack/zqrdc)
prec	double complex

file	linpack/zpofa.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix
prec	double complex

file	linpack/zposl.f
gams	D2d1b
for	solves the complex symmetric positive definite system Ax = b using the factors computed by (linpack/zpoco) or (linpack/zpofa)
prec	double complex

file	linpack/zppco.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix stored in packed form and estimates the condition of the matrix
prec	double complex

file	linpack/zppdi.f
gams	D2d1b,D3d1b
for	computes the determinant and inverse of a complex symmetric positive definite matrix using the factors computed by (linpack/zppco) or (linpack/zppfa)
prec	double complex

file	linpack/zppfa.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix stored in packed form
prec	double complex

file	linpack/zppsl.f
gams	D2d1b
for	solves the complex symmetric positive definite system Ax = b using the factors computed by (linpack/zppco) or (linpack/zppfa)
prec	double complex

file	linpack/zptsl.f
gams	D2d2a
for	given a positive definite tridiagonal matrix and a right hand side will find the solution
prec	double complex

file	linpack/zqrdc.f
gams	D5
for	uses Householder transformations to compute the QR factorization of an n by p matrix x, column pivoting based on the 2-norms of the reduced columns may be performed at the users option
prec	double complex

file	linpack/zqrsl.f
gams	D2c1,D9a1
for	applies the output of (linpack/zqrdc) to compute coordinate transformations, projections, and least squares solutions
prec	double complex

file	linpack/zsico.f
gams	D2c1
for	factors a complex symmetric matrix by elimination with symmetric pivoting and estimates the condition of the matrix
prec	double complex

file	linpack/zsidi.f
gams	D2c1,D3c1
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/zsifa)
prec	double complex

file	linpack/zsifa.f
gams	D2c1
for	factors a complex symmetric matrix by elimination with symmetric pivoting
prec	double complex

file	linpack/zsisl.f
gams	D2c1
for	solves the complex symmetric system Ax = b using the factors computed by (linpack/zsifa)
prec	double complex

file	linpack/zspco.f
gams	D2c1
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting and estimates the condition of the matrix
prec	double complex

file	linpack/zspdi.f
gams	D2c1,D3c1
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/zspfa), where the matrix is stored in packed form
prec	double complex

file	linpack/zspfa.f
gams	D2c1
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting
prec	double complex

file	linpack/zspsl.f
gams	D2c1
for	solves the complex symmetric system Ax = b stored in packed form using the factors computed by (linpack/zspfa)
prec	double complex

file	linpack/zhico.f
gams	D2d1a
for	factors a complex symmetric matrix by elimination with symmetric pivoting and estimates the condition of the matrix
prec	double complex

file	linpack/zhidi.f
gams	D2d1a,D3d1a
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/zhifa)
prec	double complex

file	linpack/zhifa.f
gams	D2d1a
for	factors a complex symmetric matrix by elimination with symmetric pivoting
prec	double complex

file	linpack/zhisl.f
gams	D2d1a
for	solves the complex symmetric system Ax = b using the factors computed by (linpack/zhifa)
prec	double complex

file	linpack/zhpco.f
gams	D2d1a
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting and estimates the condition of the matrix
prec	double complex

file	linpack/zhpdi.f
gams	D2d1a,D3d1a
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/zhpfa), where the matrix is stored in packed form
prec	double complex

file	linpack/zhpfa.f
gams	D2d1a
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting
prec	double complex

file	linpack/zhpsl.f
gams	D2d1a
for	solves the complex symmetric system Ax = b stored in packed form using the factors computed by (linpack/zhpfa)
prec	double complex

file	linpack/zsvdc.f
gams	D6
for	is a subroutine to reduce a complex nxp matrix by orthogonal transformations u and v to diagonal form
prec	double complex

file	linpack/ztrco.f
gams	D2c3
for	estimates the condition of a complex triangular matrix
prec	double complex

file	linpack/ztrdi.f
gams	D2c3,D3c3
for	computes the determinant and inverse of a complex triangular matrix
prec	double complex

file	linpack/ztrsl.f
gams	D2c3
for	solves systems of the form Tx = b or trans(T)x = b where t is a triangular matrix of order n, here trans(T) denotes the transpose of the matrix T
prec	double complex

file	linpack/cchdc.f
gams	D2d1b
for	computes the Cholesky decomposition of a positive definite matrix, a pivoting option allows the user to estimate the condition of a positive definite matrix or determine the rank of a positive semidefinite matrix
prec	complex

file	linpack/cchdd.f
gams	D7b
for	downdates an augmented Cholesky decomposition or the triangular factor of an augmented QR decomposition
prec	complex

file	linpack/cchex.f
gams	D7b
for	updates the Cholesky factorization
prec	complex

file	linpack/cchud.f
gams	D7b
for	updates an augmented Cholesky decomposition of the triangular part of an augmented QR decomposition
prec	complex

file	linpack/cgbco.f
gams	D2c2
for	factors a complex band matrix by Gaussian elimination and estimates the condition of the matrix
prec	complex

file	linpack/cgbdi.f
gams	D3c2
for	computes the determinant of a band matrix using the factors computed by (linpack/cgbco) or (linpack/cgbfa) if the inverse is needed, use (linpack/cgbsl) n times
prec	complex

file	linpack/cgbfa.f
gams	D2c2
for	factors a complex band matrix by elimination
prec	complex

file	linpack/cgbsl.f
gams	D2c2
for	solves the complex band system Ax = b or trans(A)x = b using the factors computed by (linpack/cgbco) or (linpack/cgbfa)
prec	complex

file	linpack/cgeco.f
gams	D2c1
for	factors a complex matrix by Gaussian elimination and estimates the condition of the matrix
prec	complex

file	linpack/cgedi.f
gams	D2c1,D3c1
for	computes the determinant and inverse of a matrix using the factors computed by (linpack/cgeco) or (linpack/cgefa)
prec	complex

file	linpack/cgefa.f
gams	D2c1
for	factors a complex matrix by Gaussian elimination
prec	complex

file	linpack/cgesl.f
gams	D2c1
for	solves the complex system Ax = b or trans(A)x = b using the factors computed by (linpack/cgeco) or (linpack/cgefa)
prec	complex

file	linpack/cgtsl.f
gams	D2c2a
for	given a general tridiagonal matrix and a right hand side will find the solution
prec	complex

file	linpack/cpbco.f
gams	D2d2
for	factors a complex symmetric positive definite matrix stored in band form and estimates the condition of the matrix
prec	complex

file	linpack/cpbdi.f
gams	D3d2
for	computes the determinant of a complex symmetric positive definite band matrix using the factors computed by (linpack/cpbco) or (linpack/cpbfa) if the inverse is needed use (linpack/cpbsl) n times
prec	complex

file	linpack/cpbfa.f
gams	D2d2
for	factors a complex symmetric positive definite matrix stored in band form
prec	complex

file	linpack/cpbsl.f
gams	D2d2
for	solves the complex symmetric positive definite band system Ax = b using the factors computed by (linpack/cpbco) or (linpack/cpbfa)
prec	complex

file	linpack/cpoco.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix and estimates the condition of the matrix
prec	complex

file	linpack/cpodi.f
gams	D2d1b,D3d1b
for	computes the determinant and inverse of a certain complex symmetric positive definite matrix using the factors computed by (linpack/cpoco), (linpack/cpofa) or (linpack/cqrdc)
prec	complex

file	linpack/cpofa.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix
prec	complex

file	linpack/cposl.f
gams	D2d1b
for	solves the complex symmetric positive definite system Ax = b using the factors computed by (linpack/cpoco) or (linpack/cpofa)
prec	complex

file	linpack/cppco.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix stored in packed form and estimates the condition of the matrix
prec	complex

file	linpack/cppdi.f
gams	D2d1b,D3d1b
for	computes the determinant and inverse of a complex symmetric positive definite matrix using the factors computed by (linpack/cppco) or (linpack/cppfa)
prec	complex

file	linpack/cppfa.f
gams	D2d1b
for	factors a complex symmetric positive definite matrix stored in packed form
prec	complex

file	linpack/cppsl.f
gams	D2d1b
for	solves the complex symmetric positive definite system Ax = b using the factors computed by (linpack/cppco) or (linpack/cppfa)
prec	complex

file	linpack/cptsl.f
gams	D2d2a
for	given a positive definite tridiagonal matrix and a right hand side will find the solution
prec	complex

file	linpack/cqrdc.f
gams	D5
for	uses Householder transformations to compute the QR factorization of an n by p matrix x, column pivoting based on the 2-norms of the reduced columns may be performed at the users option
prec	complex

file	linpack/cqrsl.f
gams	D2c1,D9a1
for	applies the output of (linpack/cqrdc) to compute coordinate transformations, projections, and least squares solutions
prec	complex

file	linpack/csico.f
gams	D2c1
for	factors a complex symmetric matrix by elimination with symmetric pivoting and estimates the condition of the matrix
prec	complex

file	linpack/csidi.f
gams	D2c1,D3c1
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/csifa)
prec	complex

file	linpack/csifa.f
gams	D2c1
for	factors a complex symmetric matrix by elimination with symmetric pivoting
prec	complex

file	linpack/csisl.f
gams	D2c1
for	solves the complex symmetric system Ax = b using the factors computed by (linpack/csifa)
prec	complex

file	linpack/cspco.f
gams	D2c1
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting and estimates the condition of the matrix
prec	complex

file	linpack/cspdi.f
gams	D2c1,D3c1
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/cspfa), where the matrix is stored in packed form
prec	complex

file	linpack/cspfa.f
gams	D2c1
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting
prec	complex

file	linpack/cspsl.f
gams	D2c1
for	solves the complex symmetric system Ax = b stored in packed form using the factors computed by (linpack/cspfa)
prec	complex

file	linpack/chico.f
gams	D2d1a
for	factors a complex symmetric matrix by elimination with symmetric pivoting and estimates the condition of the matrix
prec	complex

file	linpack/chidi.f
gams	D2d1a,D3d1a
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/chifa)
prec	complex

file	linpack/chifa.f
gams	D2d1a
for	factors a complex symmetric matrix by elimination with symmetric pivoting
prec	complex

file	linpack/chisl.f
gams	D2d1a
for	solves the complex symmetric system Ax = b using the factors computed by (linpack/chifa)
prec	complex

file	linpack/chpco.f
gams	D2d1a
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting and estimates the condition of the matrix
prec	complex

file	linpack/chpdi.f
gams	D2d1a,D3d1a
for	computes the determinant, inertia and inverse of a complex symmetric matrix using the factors from (linpack/chpfa), where the matrix is stored in packed form
prec	complex

file	linpack/chpfa.f
gams	D2d1a
for	factors a complex symmetric matrix stored in packed form by elimination with symmetric pivoting
prec	complex

file	linpack/chpsl.f
gams	D2d1a
for	solves the complex symmetric system Ax = b stored in packed form using the factors computed by (linpack/chpfa)
prec	complex

file	linpack/csvdc.f
gams	D6
for	is a subroutine to reduce a complex nxp matrix by orthogonal transformations u and v to diagonal form
prec	complex

file	linpack/ctrco.f
gams	D2c3
for	estimates the condition of a complex triangular matrix
prec	complex

file	linpack/ctrdi.f
gams	D2c3,D3c3
for	computes the determinant and inverse of a complex triangular matrix
prec	complex

file	linpack/ctrsl.f
gams	D2c3
for	solves systems of the form Tx = b or trans(T)x = b where t is a triangular matrix of order n, here trans(T) denotes the transpose of the matrix T
prec	complex

