![]() |
![]()
| ![]() |
![]()
NAMESRC/sgttrs.f SYNOPSISFunctions/Subroutinessubroutine sgttrs (trans, n, nrhs, dl, d, du, du2, ipiv, b,
ldb, info)
Function/Subroutine Documentationsubroutine sgttrs (character trans, integer n, integer nrhs, real, dimension( * ) dl, real, dimension( * ) d, real, dimension( * ) du, real, dimension( * ) du2, integer, dimension( * ) ipiv, real, dimension( ldb, * ) b, integer ldb, integer info)SGTTRS Purpose:
Parameters TRANS
N
NRHS
DL
D
DU
DU2
IPIV
B
LDB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 136 of file sgttrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|