|
NAMESRC/clagtm.f SYNOPSISFunctions/Subroutinessubroutine clagtm (trans, n, nrhs, alpha, dl, d, du, x,
ldx, beta, b, ldb)
Function/Subroutine Documentationsubroutine clagtm (character trans, integer n, integer nrhs, real alpha, complex, dimension( * ) dl, complex, dimension( * ) d, complex, dimension( * ) du, complex, dimension( ldx, * ) x, integer ldx, real beta, complex, dimension( ldb, * ) b, integer ldb)CLAGTM performs a matrix-matrix product of the form C = αAB+βC, where A is a tridiagonal matrix, B and C are rectangular matrices, and α and β are scalars, which may be 0, 1, or -1. Purpose:
Parameters TRANS
N
NRHS
ALPHA
DL
D
DU
X
LDX
BETA
B
LDB
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 143 of file clagtm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|