![]() |
![]()
| ![]() |
![]()
NAMESRC/dstev.f SYNOPSISFunctions/Subroutinessubroutine dstev (jobz, n, d, e, z, ldz, work, info)
Function/Subroutine Documentationsubroutine dstev (character jobz, integer n, double precision, dimension( * ) d, double precision, dimension( * ) e, double precision, dimension( ldz, * ) z, integer ldz, double precision, dimension( * ) work, integer info)DSTEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices Purpose:
Parameters JOBZ
N
D
E
Z
LDZ
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 115 of file dstev.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|