![]() |
![]()
| ![]() |
![]()
NAMESRC/dsycon.f SYNOPSISFunctions/Subroutinessubroutine dsycon (uplo, n, a, lda, ipiv, anorm, rcond,
work, iwork, info)
Function/Subroutine Documentationsubroutine dsycon (character uplo, integer n, double precision, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, double precision anorm, double precision rcond, double precision, dimension( * ) work, integer, dimension( * ) iwork, integer info)DSYCON 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 dsycon.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|