|
NAMESRC/cgtsv.f SYNOPSISFunctions/Subroutinessubroutine cgtsv (n, nrhs, dl, d, du, b, ldb, info)
Function/Subroutine Documentationsubroutine cgtsv (integer n, integer nrhs, complex, dimension( * ) dl, complex, dimension( * ) d, complex, dimension( * ) du, complex, dimension( ldb, * ) b, integer ldb, integer info)CGTSV 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 cgtsv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|