|
NAMETESTING/LIN/zlattb.f SYNOPSISFunctions/Subroutinessubroutine zlattb (imat, uplo, trans, diag, iseed, n, kd,
ab, ldab, b, work, rwork, info)
Function/Subroutine Documentationsubroutine zlattb (integer imat, character uplo, character trans, character diag, integer, dimension( 4 ) iseed, integer n, integer kd, complex*16, dimension( ldab, * ) ab, integer ldab, complex*16, dimension( * ) b, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, integer info)ZLATTB Purpose:
Parameters IMAT
UPLO
TRANS
DIAG
ISEED
N
KD
AB
LDAB
B
WORK
RWORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 139 of file zlattb.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|