Go to the source code of this file.
Functions/Subroutines |
subroutine | DSPGVD (ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO) |
Function Documentation
subroutine DSPGVD |
( |
INTEGER |
ITYPE, |
|
|
CHARACTER |
JOBZ, |
|
|
CHARACTER |
UPLO, |
|
|
INTEGER |
N, |
|
|
DOUBLE PRECISION,dimension( * ) |
AP, |
|
|
DOUBLE PRECISION,dimension( * ) |
BP, |
|
|
DOUBLE PRECISION,dimension( * ) |
W, |
|
|
DOUBLE PRECISION,dimension( ldz, * ) |
Z, |
|
|
INTEGER |
LDZ, |
|
|
DOUBLE PRECISION,dimension( * ) |
WORK, |
|
|
INTEGER |
LWORK, |
|
|
INTEGER,dimension( * ) |
IWORK, |
|
|
INTEGER |
LIWORK, |
|
|
INTEGER |
INFO |
|
) |
| |