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

Go to the source code of this file.

Functions/Subroutines

subroutine ddttrsv (UPLO, TRANS, N, NRHS, DL, D, DU, B, LDB, INFO)
 

Function/Subroutine Documentation

◆ ddttrsv()

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 
)

Definition at line 3 of file ddttrsv.f.

Here is the caller graph for this function: