#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zhbev_ (char *jobz, char *uplo, integer *n, integer *kd, doublecomplex *ab, integer *ldab, doublereal *w, doublecomplex *z__, integer *ldz, doublecomplex *work, doublereal *rwork, integer *info) |
Variables |
static integer | c__1 = 1 |
static doublereal | c_b11 = 1. |
Function Documentation
int zhbev_ |
( |
char * |
jobz, |
|
|
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
kd, |
|
|
doublecomplex * |
ab, |
|
|
integer * |
ldab, |
|
|
doublereal * |
w, |
|
|
doublecomplex * |
z__, |
|
|
integer * |
ldz, |
|
|
doublecomplex * |
work, |
|
|
doublereal * |
rwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation