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

Go to the source code of this file.

Functions/Subroutines

subroutine zpot02 (UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, RESID)
 ZPOT02 More...
 
zhemm
subroutine zhemm(SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
ZHEMM
Definition: zhemm.f:193
zlanhe
double precision function zlanhe(NORM, UPLO, N, A, LDA, WORK)
ZLANHE returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: zlanhe.f:126
dzasum
double precision function dzasum(N, ZX, INCX)
DZASUM
Definition: dzasum.f:74
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70