![]() |
![]()
| ![]() |
![]()
NAMESRC/ssycon.f SYNOPSISFunctions/Subroutinessubroutine ssycon (uplo, n, a, lda, ipiv, anorm, rcond,
work, iwork, info)
Function/Subroutine Documentationsubroutine ssycon (character uplo, integer n, real, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, real anorm, real rcond, real, dimension( * ) work, integer, dimension( * ) iwork, integer info)SSYCON Purpose:
Parameters UPLO
N
A
LDA
IPIV
ANORM
RCOND
WORK
IWORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 128 of file ssycon.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|