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

Go to the source code of this file.

Functions/Subroutines

subroutine spot02 (UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, RESID)
 SPOT02 More...
 
ssymm
subroutine ssymm(SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
SSYMM
Definition: ssymm.f:191
sasum
real function sasum(N, SX, INCX)
SASUM
Definition: sasum.f:74
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
slansy
real function slansy(NORM, UPLO, N, A, LDA, WORK)
SLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: slansy.f:124