![]() |
![]()
| ![]() |
![]()
NAMESRC/dla_syrcond.f SYNOPSISFunctions/Subroutinesdouble precision function dla_syrcond (uplo, n, a, lda, af,
ldaf, ipiv, cmode, c, info, work, iwork)
Function/Subroutine Documentationdouble precision function dla_syrcond (character uplo, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, integer cmode, double precision, dimension( * ) c, integer info, double precision, dimension( * ) work, integer, dimension( * ) iwork)DLA_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 145 of file dla_syrcond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|