ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
pcgesvx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine pcgesvx (FACT, TRANS, N, NRHS, A, IA, JA, DESCA, AF, IAF, JAF, DESCAF, IPIV, EQUED, R, C, B, IB, JB, DESCB, X, IX, JX, DESCX, RCOND, FERR, BERR, WORK, LWORK, RWORK, LRWORK, INFO)
 

Function/Subroutine Documentation

◆ pcgesvx()

subroutine pcgesvx ( character  FACT,
character  TRANS,
integer  N,
integer  NRHS,
complex, dimension( * )  A,
integer  IA,
integer  JA,
integer, dimension( * )  DESCA,
complex, dimension( * )  AF,
integer  IAF,
integer  JAF,
integer, dimension( * )  DESCAF,
integer, dimension( * )  IPIV,
character  EQUED,
real, dimension( * )  R,
real, dimension( * )  C,
complex, dimension( * )  B,
integer  IB,
integer  JB,
integer, dimension( * )  DESCB,
complex, dimension( * )  X,
integer  IX,
integer  JX,
integer, dimension( * )  DESCX,
real  RCOND,
real, dimension( * )  FERR,
real, dimension( * )  BERR,
complex, dimension( * )  WORK,
integer  LWORK,
real, dimension( * )  RWORK,
integer  LRWORK,
integer  INFO 
)

Definition at line 5 of file pcgesvx.f.

Here is the call graph for this function: