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

Go to the source code of this file.

Functions/Subroutines

subroutine dpot06 (UPLO, N, NRHS, A, LDA, X, LDX, B, LDB, RWORK, RESID)
 DPOT06 More...
 
dsymm
subroutine dsymm(SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC)
DSYMM
Definition: dsymm.f:191
idamax
integer function idamax(N, DX, INCX)
IDAMAX
Definition: idamax.f:73
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
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70