ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pspbsv (UPLO, N, BW, NRHS, A, JA, DESCA, B, IB, DESCB, WORK, LWORK, INFO) |
subroutine pspbsv | ( | character | UPLO, |
integer | N, | ||
integer | BW, | ||
integer | NRHS, | ||
real, dimension( * ) | A, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
real, dimension( * ) | B, | ||
integer | IB, | ||
integer, dimension( * ) | DESCB, | ||
real, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer | INFO | ||
) |