![]() |
![]()
| ![]() |
![]()
NAMESRC/sla_porcond.f SYNOPSISFunctions/Subroutinesreal function sla_porcond (uplo, n, a, lda, af, ldaf,
cmode, c, info, work, iwork)
Function/Subroutine Documentationreal function sla_porcond (character uplo, integer n, real, dimension( lda, * ) a, integer lda, real, dimension( ldaf, * ) af, integer ldaf, integer cmode, real, dimension( * ) c, integer info, real, dimension( * ) work, integer, dimension( * ) iwork)SLA_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 138 of file sla_porcond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|