![]() |
![]()
| ![]() |
![]()
NAMESRC/dla_porcond.f SYNOPSISFunctions/Subroutinesdouble precision function dla_porcond (uplo, n, a, lda, af,
ldaf, cmode, c, info, work, iwork)
Function/Subroutine Documentationdouble precision function dla_porcond (character uplo, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldaf, * ) af, integer ldaf, integer cmode, double precision, dimension( * ) c, integer info, double precision, dimension( * ) work, integer, dimension( * ) iwork)DLA_PORCOND estimates the Skeel condition number for a symmetric positive-definite matrix. Purpose:
Parameters UPLO
N
A
LDA
AF
LDAF
CMODE
C
INFO
WORK
IWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 139 of file dla_porcond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|