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

Go to the source code of this file.

Functions/Subroutines

subroutine pcgbsv (N, BWL, BWU, NRHS, A, JA, DESCA, IPIV, B, IB, DESCB, WORK, LWORK, INFO)
 

Function/Subroutine Documentation

◆ pcgbsv()

subroutine pcgbsv ( integer  N,
integer  BWL,
integer  BWU,
integer  NRHS,
complex, dimension( * )  A,
integer  JA,
integer, dimension( * )  DESCA,
integer, dimension( * )  IPIV,
complex, dimension( * )  B,
integer  IB,
integer, dimension( * )  DESCB,
complex, dimension( * )  WORK,
integer  LWORK,
integer  INFO 
)

Definition at line 3 of file pcgbsv.f.

Here is the call graph for this function: