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

Go to the source code of this file.

Functions/Subroutines

subroutine zgetrs (TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 ZGETRS More...
 
ztrsm
subroutine ztrsm(SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
ZTRSM
Definition: ztrsm.f:182
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
zlaswp
subroutine zlaswp(N, A, LDA, K1, K2, IPIV, INCX)
ZLASWP performs a series of row interchanges on a general rectangular matrix.
Definition: zlaswp.f:117