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

Go to the source code of this file.

Functions/Subroutines

subroutine zgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO)
  ZGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) More...
 
zgetrf
subroutine zgetrf(M, N, A, LDA, IPIV, INFO)
ZGETRF VARIANT: Crout Level 3 BLAS version of the algorithm.
Definition: zgetrf.f:102
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
zgetrs
subroutine zgetrs(TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
ZGETRS
Definition: zgetrs.f:123