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

Go to the source code of this file.

Functions/Subroutines

subroutine cppt02 (UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, RESID)
 CPPT02 More...
 
chpmv
subroutine chpmv(UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY)
CHPMV
Definition: chpmv.f:151
clanhp
real function clanhp(NORM, UPLO, N, AP, WORK)
CLANHP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: clanhp.f:119
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
scasum
real function scasum(N, CX, INCX)
SCASUM
Definition: scasum.f:74