| 
 
 NAMESRC/zgtsv.f SYNOPSISFunctions/Subroutinessubroutine zgtsv (n, nrhs, dl, d, du, b, ldb, info)
   Function/Subroutine Documentationsubroutine zgtsv (integer n, integer nrhs, complex*16, dimension( * ) dl, complex*16, dimension( * ) d, complex*16, dimension( * ) du, complex*16, dimension( ldb, * ) b, integer ldb, integer info)ZGTSV computes the solution to system of linear equations A * X = B for GT matrices Purpose: 
 Parameters N
 
 NRHS 
 DL 
 D 
 DU 
 B 
 LDB 
 INFO 
 Author Univ. of Tennessee
 
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 123 of file zgtsv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
  |