![]() |
![]()
| ![]() |
![]()
NAMESRC/sgbtrs.f SYNOPSISFunctions/Subroutinessubroutine sgbtrs (trans, n, kl, ku, nrhs, ab, ldab, ipiv,
b, ldb, info)
Function/Subroutine Documentationsubroutine sgbtrs (character trans, integer n, integer kl, integer ku, integer nrhs, real, dimension( ldab, * ) ab, integer ldab, integer, dimension( * ) ipiv, real, dimension( ldb, * ) b, integer ldb, integer info)SGBTRS Purpose:
Parameters TRANS
N
KL
KU
NRHS
AB
LDAB
IPIV
B
LDB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 136 of file sgbtrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|