LAPACK 3.3.0

dspevx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSPEVX (JOBZ, RANGE, UPLO, N, AP, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)

Function Documentation

subroutine DSPEVX ( CHARACTER  JOBZ,
CHARACTER  RANGE,
CHARACTER  UPLO,
INTEGER  N,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION  VL,
DOUBLE PRECISION  VU,
INTEGER  IL,
INTEGER  IU,
DOUBLE PRECISION  ABSTOL,
INTEGER  M,
DOUBLE PRECISION,dimension( * )  W,
DOUBLE PRECISION,dimension( ldz, * )  Z,
INTEGER  LDZ,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER,dimension( * )  IFAIL,
INTEGER  INFO 
)

Definition at line 1 of file dspevx.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions