![]() |
![]()
| ![]() |
![]()
NAMETESTING/LIN/dsyt01.f SYNOPSISFunctions/Subroutinessubroutine dsyt01 (uplo, n, a, lda, afac, ldafac, ipiv, c,
ldc, rwork, resid)
Function/Subroutine Documentationsubroutine dsyt01 (character uplo, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldafac, * ) afac, integer ldafac, integer, dimension( * ) ipiv, double precision, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) rwork, double precision resid)DSYT01 Purpose:
Parameters UPLO
N
A
LDA
AFAC
LDAFAC
IPIV
C
LDC
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 122 of file dsyt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|