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

Go to the source code of this file.

Functions/Subroutines

subroutine dppt02 (UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, RESID)
 DPPT02 More...
 
dspmv
subroutine dspmv(UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY)
DSPMV
Definition: dspmv.f:149
dasum
double precision function dasum(N, DX, INCX)
DASUM
Definition: dasum.f:73
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