![]() |
![]()
| ![]() |
![]()
NAMESRC/sla_gercond.f SYNOPSISFunctions/Subroutinesreal function sla_gercond (trans, n, a, lda, af, ldaf,
ipiv, cmode, c, info, work, iwork)
Function/Subroutine Documentationreal function sla_gercond (character trans, 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_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 148 of file sla_gercond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|