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

Go to the source code of this file.

Functions/Subroutines

subroutine cptt02 (UPLO, N, NRHS, D, E, X, LDX, B, LDB, RESID)
 CPTT02 More...
 
clanht
real function clanht(NORM, N, D, E)
CLANHT returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: clanht.f:103
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
claptm
subroutine claptm(UPLO, N, NRHS, ALPHA, D, E, X, LDX, BETA, B, LDB)
CLAPTM
Definition: claptm.f:131
scasum
real function scasum(N, CX, INCX)
SCASUM
Definition: scasum.f:74