ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
pzheev.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine pzheev (JOBZ, UPLO, N, A, IA, JA, DESCA, W, Z, IZ, JZ, DESCZ, WORK, LWORK, RWORK, LRWORK, INFO)
 

Function/Subroutine Documentation

◆ pzheev()

subroutine pzheev ( character  JOBZ,
character  UPLO,
integer  N,
complex*16, dimension( * )  A,
integer  IA,
integer  JA,
integer, dimension( * )  DESCA,
double precision, dimension( * )  W,
complex*16, dimension( * )  Z,
integer  IZ,
integer  JZ,
integer, dimension( * )  DESCZ,
complex*16, dimension( * )  WORK,
integer  LWORK,
double precision, dimension( * )  RWORK,
integer  LRWORK,
integer  INFO 
)

Definition at line 3 of file pzheev.f.

Here is the call graph for this function: