LAPACK 3.3.1
Linear Algebra PACKage

dsyevx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSYEVX (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, IFAIL, INFO)

Function Documentation

subroutine DSYEVX ( CHARACTER  JOBZ,
CHARACTER  RANGE,
CHARACTER  UPLO,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
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  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER,dimension( * )  IFAIL,
INTEGER  INFO 
)

Definition at line 1 of file dsyevx.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions