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

Go to the source code of this file.

Functions/Subroutines

subroutine stpt01 (UPLO, DIAG, N, AP, AINVP, RCOND, WORK, RESID)
 STPT01 More...
 
slantp
real function slantp(NORM, UPLO, DIAG, N, AP, WORK)
SLANTP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: slantp.f:126
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
stpmv
subroutine stpmv(UPLO, TRANS, DIAG, N, AP, X, INCX)
STPMV
Definition: stpmv.f:144
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70