LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
dpbt02.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dpbt02 (UPLO, N, KD, NRHS, A, LDA, X, LDX, B, LDB, RWORK, RESID)
 DPBT02 More...
 
dlansb
double precision function dlansb(NORM, UPLO, N, K, AB, LDAB, WORK)
DLANSB returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: dlansb.f:131
dsbmv
subroutine dsbmv(UPLO, N, K, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
DSBMV
Definition: dsbmv.f:186
dasum
double precision function dasum(N, DX, INCX)
DASUM
Definition: dasum.f:73
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70