 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
|
subroutine | sptcon (N, D, E, ANORM, RCOND, WORK, INFO) |
| SPTCON More...
|
|
subroutine | spteqr (COMPZ, N, D, E, Z, LDZ, WORK, INFO) |
| SPTEQR More...
|
|
subroutine | sptrfs (N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, BERR, WORK, INFO) |
| SPTRFS More...
|
|
subroutine | spttrs (N, NRHS, D, E, B, LDB, INFO) |
| SPTTRS More...
|
|
subroutine | sptts2 (N, NRHS, D, E, B, LDB) |
| SPTTS2 solves a tridiagonal system of the form AX=B using the L D LH factorization computed by spttrf. More...
|
|
This is the group of real computational functions for PT matrices
subroutine spttrs(N, NRHS, D, E, B, LDB, INFO)
SPTTRS
subroutine sbdsqr(UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, WORK, INFO)
SBDSQR
integer function isamax(N, SX, INCX)
ISAMAX
subroutine sscal(N, SA, SX, INCX)
SSCAL
subroutine xerbla(SRNAME, INFO)
XERBLA
logical function lsame(CA, CB)
LSAME
subroutine slaset(UPLO, M, N, ALPHA, BETA, A, LDA)
SLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values.
real function slamch(CMACH)
SLAMCH
subroutine sptts2(N, NRHS, D, E, B, LDB)
SPTTS2 solves a tridiagonal system of the form AX=B using the L D LH factorization computed by spttrf...
integer function ilaenv(ISPEC, NAME, OPTS, N1, N2, N3, N4)
ILAENV
subroutine spttrf(N, D, E, INFO)
SPTTRF
subroutine saxpy(N, SA, SX, INCX, SY, INCY)
SAXPY