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