ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pcdttrsv (UPLO, TRANS, N, NRHS, DL, D, DU, JA, DESCA, B, IB, DESCB, AF, LAF, WORK, LWORK, INFO) |
subroutine pcdttrsv | ( | character | UPLO, |
character | TRANS, | ||
integer | N, | ||
integer | NRHS, | ||
complex, dimension( * ) | DL, | ||
complex, dimension( * ) | D, | ||
complex, dimension( * ) | DU, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
complex, dimension( * ) | B, | ||
integer | IB, | ||
integer, dimension( * ) | DESCB, | ||
complex, dimension( * ) | AF, | ||
integer | LAF, | ||
complex, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer | INFO | ||
) |
Definition at line 3 of file pcdttrsv.f.