![]() |
![]()
| ![]() |
![]()
NAMETESTING/EIG/dsgt01.f SYNOPSISFunctions/Subroutinessubroutine dsgt01 (itype, uplo, n, m, a, lda, b, ldb, z,
ldz, d, work, result)
Function/Subroutine Documentationsubroutine dsgt01 (integer itype, character uplo, integer n, integer m, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldb, * ) b, integer ldb, double precision, dimension( ldz, * ) z, integer ldz, double precision, dimension( * ) d, double precision, dimension( * ) work, double precision, dimension( * ) result)DSGT01 Purpose:
Parameters ITYPE
UPLO
N
M
A
LDA
B
LDB
Z
LDZ
D
WORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 144 of file dsgt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|