#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | chbgvx_ (char *jobz, char *range, char *uplo, integer *n, integer *ka, integer *kb, complex *ab, integer *ldab, complex *bb, integer *ldbb, 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 complex | c_b2 = {1.f,0.f} |
Function Documentation
int chbgvx_ |
( |
char * |
jobz, |
|
|
char * |
range, |
|
|
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
ka, |
|
|
integer * |
kb, |
|
|
complex * |
ab, |
|
|
integer * |
ldab, |
|
|
complex * |
bb, |
|
|
integer * |
ldbb, |
|
|
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