LAPACK 3.3.0

dsbev.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSBEV (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, INFO)

Function Documentation

subroutine DSBEV ( CHARACTER  JOBZ,
CHARACTER  UPLO,
INTEGER  N,
INTEGER  KD,
DOUBLE PRECISION,dimension( ldab, * )  AB,
INTEGER  LDAB,
DOUBLE PRECISION,dimension( * )  W,
DOUBLE PRECISION,dimension( ldz, * )  Z,
INTEGER  LDZ,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dsbev.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions