 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
|
subroutine | cgtcon (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, INFO) |
| CGTCON More...
|
|
subroutine | cgtrfs (TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, DU2, IPIV, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO) |
| CGTRFS More...
|
|
subroutine | cgttrf (N, DL, D, DU, DU2, IPIV, INFO) |
| CGTTRF More...
|
|
subroutine | cgttrs (TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO) |
| CGTTRS More...
|
|
subroutine | cgtts2 (ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB) |
| CGTTS2 solves a system of linear equations with a tridiagonal matrix using the LU factorization computed by sgttrf. More...
|
|
This is the group of complex computational functions for GT matrices
subroutine clacn2(N, V, X, EST, KASE, ISAVE)
CLACN2 estimates the 1-norm of a square matrix, using reverse communication for evaluating matrix-vec...
subroutine clagtm(TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA, B, LDB)
CLAGTM performs a matrix-matrix product of the form C = αAB+βC, where A is a tridiagonal matrix,...
subroutine xerbla(SRNAME, INFO)
XERBLA
logical function lsame(CA, CB)
LSAME
real function slamch(CMACH)
SLAMCH
subroutine cgtts2(ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB)
CGTTS2 solves a system of linear equations with a tridiagonal matrix using the LU factorization compu...
subroutine ccopy(N, CX, INCX, CY, INCY)
CCOPY
integer function ilaenv(ISPEC, NAME, OPTS, N1, N2, N3, N4)
ILAENV
subroutine caxpy(N, CA, CX, INCX, CY, INCY)
CAXPY
subroutine cgttrs(TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO)
CGTTRS