![]() |
![]()
| ![]() |
![]()
NAMESRC/sstev.f SYNOPSISFunctions/Subroutinessubroutine sstev (jobz, n, d, e, z, ldz, work, info)
Function/Subroutine Documentationsubroutine sstev (character jobz, integer n, real, dimension( * ) d, real, dimension( * ) e, real, dimension( ldz, * ) z, integer ldz, real, dimension( * ) work, integer info)SSTEV 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 sstev.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|