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

Go to the source code of this file.

Functions/Subroutines

subroutine cspt02 (UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, RESID)
 CSPT02 More...
 
cspmv
subroutine cspmv(UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY)
CSPMV computes a matrix-vector product for complex vectors using a complex symmetric packed matrix
Definition: cspmv.f:153
clansp
real function clansp(NORM, UPLO, N, AP, WORK)
CLANSP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: clansp.f:117
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
scasum
real function scasum(N, CX, INCX)
SCASUM
Definition: scasum.f:74