#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | chpevd_ (char *jobz, char *uplo, integer *n, complex *ap, real *w, complex *z__, integer *ldz, complex *work, integer *lwork, real *rwork, integer *lrwork, integer *iwork, integer *liwork, integer *info) |
Variables |
static integer | c__1 = 1 |
Function Documentation
int chpevd_ |
( |
char * |
jobz, |
|
|
char * |
uplo, |
|
|
integer * |
n, |
|
|
complex * |
ap, |
|
|
real * |
w, |
|
|
complex * |
z__, |
|
|
integer * |
ldz, |
|
|
complex * |
work, |
|
|
integer * |
lwork, |
|
|
real * |
rwork, |
|
|
integer * |
lrwork, |
|
|
integer * |
iwork, |
|
|
integer * |
liwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation