| 
 
 NAMESRC/zsytrs.f SYNOPSISFunctions/Subroutinessubroutine zsytrs (uplo, n, nrhs, a, lda, ipiv, b, ldb,
    info)
   Function/Subroutine Documentationsubroutine zsytrs (character uplo, integer n, integer nrhs, complex*16, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex*16, dimension( ldb, * ) b, integer ldb, integer info)ZSYTRS Purpose: 
 Parameters UPLO
 
 N 
 NRHS 
 A 
 LDA 
 IPIV 
 B 
 LDB 
 INFO 
 Author Univ. of Tennessee
 
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 119 of file zsytrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
  |