 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
|
subroutine | sgtcon (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, IWORK, INFO) |
| SGTCON More...
|
|
subroutine | sgtrfs (TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, DU2, IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO) |
| SGTRFS More...
|
|
subroutine | sgttrf (N, DL, D, DU, DU2, IPIV, INFO) |
| SGTTRF More...
|
|
subroutine | sgttrs (TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO) |
| SGTTRS More...
|
|
subroutine | sgtts2 (ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB) |
| SGTTS2 solves a system of linear equations with a tridiagonal matrix using the LU factorization computed by sgttrf. More...
|
|
This is the group of real computational functions for GT matrices
subroutine slacn2(N, V, X, ISGN, EST, KASE, ISAVE)
SLACN2 estimates the 1-norm of a square matrix, using reverse communication for evaluating matrix-vec...
subroutine slagtm(TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA, B, LDB)
SLAGTM performs a matrix-matrix product of the form C = αAB+βC, where A is a tridiagonal matrix,...
subroutine sgtts2(ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB)
SGTTS2 solves a system of linear equations with a tridiagonal matrix using the LU factorization compu...
subroutine sgttrs(TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO)
SGTTRS
subroutine scopy(N, SX, INCX, SY, INCY)
SCOPY
subroutine xerbla(SRNAME, INFO)
XERBLA
logical function lsame(CA, CB)
LSAME
real function slamch(CMACH)
SLAMCH
integer function ilaenv(ISPEC, NAME, OPTS, N1, N2, N3, N4)
ILAENV
subroutine saxpy(N, SA, SX, INCX, SY, INCY)
SAXPY