ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pzptsv (UPLO, N, NRHS, D, E, JA, DESCA, B, IB, DESCB, WORK, LWORK, INFO) |
subroutine pzptsv | ( | character | UPLO, |
integer | N, | ||
integer | NRHS, | ||
double precision, dimension( * ) | D, | ||
complex*16, dimension( * ) | E, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
complex*16, dimension( * ) | B, | ||
integer | IB, | ||
integer, dimension( * ) | DESCB, | ||
complex*16, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer | INFO | ||
) |