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

Go to the source code of this file.

Functions/Subroutines

subroutine ztrt03 (UPLO, TRANS, DIAG, N, NRHS, A, LDA, SCALE, CNORM, TSCAL, X, LDX, B, LDB, WORK, RESID)
 ZTRT03 More...
 
zaxpy
subroutine zaxpy(N, ZA, ZX, INCX, ZY, INCY)
ZAXPY
Definition: zaxpy.f:90
zdscal
subroutine zdscal(N, DA, ZX, INCX)
ZDSCAL
Definition: zdscal.f:80
zcopy
subroutine zcopy(N, ZX, INCX, ZY, INCY)
ZCOPY
Definition: zcopy.f:83
izamax
integer function izamax(N, ZX, INCX)
IZAMAX
Definition: izamax.f:73
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
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