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

Go to the source code of this file.

Functions/Subroutines

subroutine pdgesvx (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, IWORK, LIWORK, INFO)
 

Function/Subroutine Documentation

◆ pdgesvx()

subroutine pdgesvx ( character  FACT,
character  TRANS,
integer  N,
integer  NRHS,
double precision, dimension( * )  A,
integer  IA,
integer  JA,
integer, dimension( * )  DESCA,
double precision, dimension( * )  AF,
integer  IAF,
integer  JAF,
integer, dimension( * )  DESCAF,
integer, dimension( * )  IPIV,
character  EQUED,
double precision, dimension( * )  R,
double precision, dimension( * )  C,
double precision, dimension( * )  B,
integer  IB,
integer  JB,
integer, dimension( * )  DESCB,
double precision, dimension( * )  X,
integer  IX,
integer  JX,
integer, dimension( * )  DESCX,
double precision  RCOND,
double precision, dimension( * )  FERR,
double precision, dimension( * )  BERR,
double precision, dimension( * )  WORK,
integer  LWORK,
integer, dimension( * )  IWORK,
integer  LIWORK,
integer  INFO 
)

Definition at line 5 of file pdgesvx.f.

Here is the call graph for this function: