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

Go to the source code of this file.

Functions/Subroutines

subroutine pzposvx (FACT, UPLO, N, NRHS, A, IA, JA, DESCA, AF, IAF, JAF, DESCAF, EQUED, SR, SC, B, IB, JB, DESCB, X, IX, JX, DESCX, RCOND, FERR, BERR, WORK, LWORK, RWORK, LRWORK, INFO)
 

Function/Subroutine Documentation

◆ pzposvx()

subroutine pzposvx ( character  FACT,
character  UPLO,
integer  N,
integer  NRHS,
complex*16, dimension( * )  A,
integer  IA,
integer  JA,
integer, dimension( * )  DESCA,
complex*16, dimension( * )  AF,
integer  IAF,
integer  JAF,
integer, dimension( * )  DESCAF,
character  EQUED,
double precision, dimension( * )  SR,
double precision, dimension( * )  SC,
complex*16, dimension( * )  B,
integer  IB,
integer  JB,
integer, dimension( * )  DESCB,
complex*16, dimension( * )  X,
integer  IX,
integer  JX,
integer, dimension( * )  DESCX,
double precision  RCOND,
double precision, dimension( * )  FERR,
double precision, dimension( * )  BERR,
complex*16, dimension( * )  WORK,
integer  LWORK,
double precision, dimension( * )  RWORK,
integer  LRWORK,
integer  INFO 
)

Definition at line 5 of file pzposvx.f.

Here is the call graph for this function: