LAPACK 3.3.1
Linear Algebra PACKage

dspevd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSPEVD (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)

Function Documentation

subroutine DSPEVD ( CHARACTER  JOBZ,
CHARACTER  UPLO,
INTEGER  N,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION,dimension( * )  W,
DOUBLE PRECISION,dimension( ldz, * )  Z,
INTEGER  LDZ,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  LIWORK,
INTEGER  INFO 
)

Definition at line 1 of file dspevd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions