#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | chbevx_ (char *jobz, char *range, char *uplo, integer *n, integer *kd, complex *ab, integer *ldab, complex *q, integer *ldq, real *vl, real *vu, integer *il, integer *iu, real *abstol, integer *m, real *w, complex *z__, integer *ldz, complex *work, real *rwork, integer *iwork, integer *ifail, integer *info) |
Variables |
static integer | c__1 = 1 |
static complex | c_b1 = {0.f,0.f} |
static real | c_b16 = 1.f |
static complex | c_b2 = {1.f,0.f} |
Function Documentation
int chbevx_ |
( |
char * |
jobz, |
|
|
char * |
range, |
|
|
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
kd, |
|
|
complex * |
ab, |
|
|
integer * |
ldab, |
|
|
complex * |
q, |
|
|
integer * |
ldq, |
|
|
real * |
vl, |
|
|
real * |
vu, |
|
|
integer * |
il, |
|
|
integer * |
iu, |
|
|
real * |
abstol, |
|
|
integer * |
m, |
|
|
real * |
w, |
|
|
complex * |
z__, |
|
|
integer * |
ldz, |
|
|
complex * |
work, |
|
|
real * |
rwork, |
|
|
integer * |
iwork, |
|
|
integer * |
ifail, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation