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

Go to the source code of this file.

Functions/Subroutines

subroutine dppt03 (UPLO, N, A, AINV, WORK, LDWORK, RWORK, RCOND, RESID)
 DPPT03 More...
 
dspmv
subroutine dspmv(UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY)
DSPMV
Definition: dspmv.f:149
dlange
double precision function dlange(NORM, M, N, A, LDA, WORK)
DLANGE returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value ...
Definition: dlange.f:116
dcopy
subroutine dcopy(N, DX, INCX, DY, INCY)
DCOPY
Definition: dcopy.f:84
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
dlansp
double precision function dlansp(NORM, UPLO, N, AP, WORK)
DLANSP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: dlansp.f:116
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70