|
NAMETESTING/LIN/zget01.f SYNOPSISFunctions/Subroutinessubroutine zget01 (m, n, a, lda, afac, ldafac, ipiv, rwork,
resid)
Function/Subroutine Documentationsubroutine zget01 (integer m, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldafac, * ) afac, integer ldafac, integer, dimension( * ) ipiv, double precision, dimension( * ) rwork, double precision resid)ZGET01 Purpose:
Parameters M
N
A
LDA
AFAC
LDAFAC
IPIV
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 106 of file zget01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|