![]() |
![]()
| ![]() |
![]()
NAMESRC/dla_gercond.f SYNOPSISFunctions/Subroutinesdouble precision function dla_gercond (trans, n, a, lda,
af, ldaf, ipiv, cmode, c, info, work, iwork)
Function/Subroutine Documentationdouble precision function dla_gercond (character trans, 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_GERCOND estimates the Skeel condition number for a general matrix. Purpose:
Parameters TRANS
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 149 of file dla_gercond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|