LAPACK 3.3.1
Linear Algebra PACKage

zcgesv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZCGESV (N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK, SWORK, RWORK, ITER, INFO)

Function Documentation

subroutine ZCGESV ( INTEGER  N,
INTEGER  NRHS,
COMPLEX*16,dimension( lda, * )  A,
INTEGER  LDA,
INTEGER,dimension( * )  IPIV,
COMPLEX*16,dimension( ldb, * )  B,
INTEGER  LDB,
COMPLEX*16,dimension( ldx, * )  X,
INTEGER  LDX,
COMPLEX*16,dimension( n, * )  WORK,
COMPLEX,dimension( * )  SWORK,
DOUBLE PRECISION,dimension( * )  RWORK,
INTEGER  ITER,
INTEGER  INFO 
)

Definition at line 1 of file zcgesv.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions