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

Go to the source code of this file.

Functions/Subroutines

subroutine zspt02 (UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, RESID)
 ZSPT02 More...
 
dzasum
double precision function dzasum(N, ZX, INCX)
DZASUM
Definition: dzasum.f:74
zspmv
subroutine zspmv(UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY)
ZSPMV computes a matrix-vector product for complex vectors using a complex symmetric packed matrix
Definition: zspmv.f:153
zlansp
double precision function zlansp(NORM, UPLO, N, AP, WORK)
ZLANSP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: zlansp.f:117
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70