ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ddttrsv (UPLO, TRANS, N, NRHS, DL, D, DU, B, LDB, INFO) |
subroutine ddttrsv | ( | character | UPLO, |
character | TRANS, | ||
integer | N, | ||
integer | NRHS, | ||
double precision, dimension( * ) | DL, | ||
double precision, dimension( * ) | D, | ||
double precision, dimension( * ) | DU, | ||
double precision, dimension( ldb, * ) | B, | ||
integer | LDB, | ||
integer | INFO | ||
) |