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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ psposvx()

subroutine psposvx ( character  FACT,
character  UPLO,
integer  N,
integer  NRHS,
real, dimension( * )  A,
integer  IA,
integer  JA,
integer, dimension( * )  DESCA,
real, dimension( * )  AF,
integer  IAF,
integer  JAF,
integer, dimension( * )  DESCAF,
character  EQUED,
real, dimension( * )  SR,
real, dimension( * )  SC,
real, dimension( * )  B,
integer  IB,
integer  JB,
integer, dimension( * )  DESCB,
real, dimension( * )  X,
integer  IX,
integer  JX,
integer, dimension( * )  DESCX,
real  RCOND,
real, dimension( * )  FERR,
real, dimension( * )  BERR,
real, dimension( * )  WORK,
integer  LWORK,
integer, dimension( * )  IWORK,
integer  LIWORK,
integer  INFO 
)

Definition at line 5 of file psposvx.f.

Here is the call graph for this function: