![]() |
![]()
| ![]() |
![]()
NAMETESTING/LIN/dpot03.f SYNOPSISFunctions/Subroutinessubroutine dpot03 (uplo, n, a, lda, ainv, ldainv, work,
ldwork, rwork, rcond, resid)
Function/Subroutine Documentationsubroutine dpot03 (character uplo, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldainv, * ) ainv, integer ldainv, double precision, dimension( ldwork, * ) work, integer ldwork, double precision, dimension( * ) rwork, double precision rcond, double precision resid)DPOT03 Purpose:
Parameters UPLO
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 123 of file dpot03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|