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

Go to the source code of this file.

Functions/Subroutines

subroutine dpot02 (UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, RESID)
 DPOT02 More...
 
dsymm
subroutine dsymm(SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
DSYMM
Definition: dsymm.f:191
dlansy
double precision function dlansy(NORM, UPLO, N, A, LDA, WORK)
DLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: dlansy.f:124
dasum
double precision function dasum(N, DX, INCX)
DASUM
Definition: dasum.f:73
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70