 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
|
subroutine | dptsv (N, NRHS, D, E, B, LDB, INFO) |
| DPTSV computes the solution to system of linear equations A * X = B for PT matrices More...
|
|
subroutine | dptsvx (FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, INFO) |
| DPTSVX computes the solution to system of linear equations A * X = B for PT matrices More...
|
|
This is the group of double solve driver functions for PT matrices
double precision function dlanst(NORM, N, D, E)
DLANST returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
subroutine dpttrf(N, D, E, INFO)
DPTTRF
subroutine dptrfs(N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, BERR, WORK, INFO)
DPTRFS
subroutine dpttrs(N, NRHS, D, E, B, LDB, INFO)
DPTTRS
subroutine dcopy(N, DX, INCX, DY, INCY)
DCOPY
subroutine xerbla(SRNAME, INFO)
XERBLA
logical function lsame(CA, CB)
LSAME
subroutine dptcon(N, D, E, ANORM, RCOND, WORK, INFO)
DPTCON
double precision function dlamch(CMACH)
DLAMCH
subroutine dlacpy(UPLO, M, N, A, LDA, B, LDB)
DLACPY copies all or part of one two-dimensional array to another.