LAPACK 3.3.1
Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | DGTSV (N, NRHS, DL, D, DU, B, LDB, INFO) |
subroutine DGTSV | ( | 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 | ||
) |