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

Go to the source code of this file.

Functions/Subroutines

subroutine ztrt01 (UPLO, DIAG, N, A, LDA, AINV, LDAINV, RCOND, RWORK, RESID)
 ZTRT01 More...
 
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
zlantr
double precision function zlantr(NORM, UPLO, DIAG, M, N, A, LDA, WORK)
ZLANTR returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: zlantr.f:144
ztrmv
subroutine ztrmv(UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
ZTRMV
Definition: ztrmv.f:149
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70