![]() |
![]()
| ![]() |
![]()
NAMESRC/dlagtm.f SYNOPSISFunctions/Subroutinessubroutine dlagtm (trans, n, nrhs, alpha, dl, d, du, x,
ldx, beta, b, ldb)
Function/Subroutine Documentationsubroutine dlagtm (character trans, integer n, integer nrhs, double precision alpha, double precision, dimension( * ) dl, double precision, dimension( * ) d, double precision, dimension( * ) du, double precision, dimension( ldx, * ) x, integer ldx, double precision beta, double precision, dimension( ldb, * ) b, integer ldb)DLAGTM 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 dlagtm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|