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