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

Go to the source code of this file.

Functions/Subroutines

subroutine dtpt01 (UPLO, DIAG, N, AP, AINVP, RCOND, WORK, RESID)
 DTPT01 More...
 
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
dlantp
double precision function dlantp(NORM, UPLO, DIAG, N, AP, WORK)
DLANTP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: dlantp.f:126
dtpmv
subroutine dtpmv(UPLO, TRANS, DIAG, N, AP, X, INCX)
DTPMV
Definition: dtpmv.f:144
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70