![]() |
![]()
| ![]() |
![]()
NAMETESTING/LIN/sgbt02.f SYNOPSISFunctions/Subroutinessubroutine sgbt02 (trans, m, n, kl, ku, nrhs, a, lda, x,
ldx, b, ldb, rwork, resid)
Function/Subroutine Documentationsubroutine sgbt02 (character trans, integer m, integer n, integer kl, integer ku, integer nrhs, real, dimension( lda, * ) a, integer lda, real, dimension( ldx, * ) x, integer ldx, real, dimension( ldb, * ) b, integer ldb, real, dimension( * ) rwork, real resid)SGBT02 Purpose:
Parameters TRANS
M
N
KL
KU
NRHS
A
LDA
X
LDX
B
LDB
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 147 of file sgbt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|