|
NAMETESTING/LIN/zget03.f SYNOPSISFunctions/Subroutinessubroutine zget03 (n, a, lda, ainv, ldainv, work, ldwork,
rwork, rcond, resid)
Function/Subroutine Documentationsubroutine zget03 (integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldainv, * ) ainv, integer ldainv, complex*16, dimension( ldwork, * ) work, integer ldwork, double precision, dimension( * ) rwork, double precision rcond, double precision resid)ZGET03 Purpose:
Parameters N
A
LDA
AINV
LDAINV
WORK
LDWORK
RWORK
RCOND
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 108 of file zget03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|