Functions/Subroutines

SRC/cheev.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CHEEV (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, RWORK, INFO)

Function Documentation

subroutine CHEEV ( CHARACTER  JOBZ,
CHARACTER  UPLO,
INTEGER  N,
COMPLEX,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( * )  W,
COMPLEX,dimension( * )  WORK,
INTEGER  LWORK,
REAL,dimension( * )  RWORK,
INTEGER  INFO 
)

Definition at line 1 of file cheev.f.