![]() |
![]()
| ![]() |
![]()
NAMESRC/sla_syrcond.f SYNOPSISFunctions/Subroutinesreal function sla_syrcond (uplo, n, a, lda, af, ldaf, ipiv,
cmode, c, info, work, iwork)
Function/Subroutine Documentationreal function sla_syrcond (character uplo, integer n, real, dimension( lda, * ) a, integer lda, real, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, integer cmode, real, dimension( * ) c, integer info, real, dimension( * ) work, integer, dimension( * ) iwork)SLA_SYRCOND estimates the Skeel condition number for a symmetric indefinite matrix. Purpose:
Parameters UPLO
N
A
LDA
AF
LDAF
IPIV
CMODE
C
INFO
WORK
IWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 144 of file sla_syrcond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|