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