 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
|
subroutine | dptcon (N, D, E, ANORM, RCOND, WORK, INFO) |
| DPTCON More...
|
|
subroutine | dpteqr (COMPZ, N, D, E, Z, LDZ, WORK, INFO) |
| DPTEQR More...
|
|
subroutine | dptrfs (N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, BERR, WORK, INFO) |
| DPTRFS More...
|
|
subroutine | dpttrf (N, D, E, INFO) |
| DPTTRF More...
|
|
subroutine | dpttrs (N, NRHS, D, E, B, LDB, INFO) |
| DPTTRS More...
|
|
subroutine | dptts2 (N, NRHS, D, E, B, LDB) |
| DPTTS2 solves a tridiagonal system of the form AX=B using the L D LH factorization computed by spttrf. More...
|
|
This is the group of double computational functions for PT matrices
integer function idamax(N, DX, INCX)
IDAMAX
subroutine dpttrf(N, D, E, INFO)
DPTTRF
subroutine dpttrs(N, NRHS, D, E, B, LDB, INFO)
DPTTRS
subroutine dptts2(N, NRHS, D, E, B, LDB)
DPTTS2 solves a tridiagonal system of the form AX=B using the L D LH factorization computed by spttrf...
subroutine xerbla(SRNAME, INFO)
XERBLA
subroutine dbdsqr(UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, WORK, INFO)
DBDSQR
logical function lsame(CA, CB)
LSAME
integer function ilaenv(ISPEC, NAME, OPTS, N1, N2, N3, N4)
ILAENV
subroutine dlaset(UPLO, M, N, ALPHA, BETA, A, LDA)
DLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values.
subroutine dscal(N, DA, DX, INCX)
DSCAL
double precision function dlamch(CMACH)
DLAMCH
subroutine daxpy(N, DA, DX, INCX, DY, INCY)
DAXPY